From 73591accf5c34eedb24a2f42495c7b7debdc93fb Mon Sep 17 00:00:00 2001 From: Serge Smertin Date: Fri, 24 Dec 2021 12:46:18 +0100 Subject: [PATCH] Release v0.4.2 --- README.md | 2 +- docs/guides/aws-e2-firewall-hub-and-spoke.md | 2 +- docs/guides/aws-e2-firewall-workspace.md | 2 +- docs/guides/aws-workspace.md | 2 +- docs/guides/workspace-management.md | 2 +- docs/index.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4e8978faf0..8212a380dd 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.1" + version = "0.4.2" } } } diff --git a/docs/guides/aws-e2-firewall-hub-and-spoke.md b/docs/guides/aws-e2-firewall-hub-and-spoke.md index a34009f16e..a97eb65302 100644 --- a/docs/guides/aws-e2-firewall-hub-and-spoke.md +++ b/docs/guides/aws-e2-firewall-hub-and-spoke.md @@ -91,7 +91,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.1" + version = "0.4.2" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/aws-e2-firewall-workspace.md b/docs/guides/aws-e2-firewall-workspace.md index cfc587e6fd..574b6619f7 100644 --- a/docs/guides/aws-e2-firewall-workspace.md +++ b/docs/guides/aws-e2-firewall-workspace.md @@ -89,7 +89,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.1" + version = "0.4.2" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/aws-workspace.md b/docs/guides/aws-workspace.md index 063043ed88..83b1f09d81 100644 --- a/docs/guides/aws-workspace.md +++ b/docs/guides/aws-workspace.md @@ -54,7 +54,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.1" + version = "0.4.2" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/workspace-management.md b/docs/guides/workspace-management.md index 2965c9d3bb..94297195ff 100644 --- a/docs/guides/workspace-management.md +++ b/docs/guides/workspace-management.md @@ -11,7 +11,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.1" + version = "0.4.2" } } } diff --git a/docs/index.md b/docs/index.md index 4a9cbbf160..6d43e1626c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -336,7 +336,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.1" + version = "0.4.2" } } }