diff --git a/README.md b/README.md index f51aca4a4b..b9cc9cdf01 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.7" + version = "0.4.8" } } } diff --git a/docs/guides/aws-workspace.md b/docs/guides/aws-workspace.md index 79cf84934e..55601ab276 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.7" + version = "0.4.8" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/unity-catalog.md b/docs/guides/unity-catalog.md index e44de3eaf8..c0521ea200 100644 --- a/docs/guides/unity-catalog.md +++ b/docs/guides/unity-catalog.md @@ -38,7 +38,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.7" + version = "0.4.8" } aws = { source = "hashicorp/aws" diff --git a/docs/guides/workspace-management.md b/docs/guides/workspace-management.md index ceb7c8ea45..c8253a7bc4 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.7" + version = "0.4.8" } } } diff --git a/docs/index.md b/docs/index.md index 7ae5913d46..80a89df061 100644 --- a/docs/index.md +++ b/docs/index.md @@ -338,7 +338,7 @@ terraform { required_providers { databricks = { source = "databrickslabs/databricks" - version = "0.4.7" + version = "0.4.8" } } }