Skip to content

Commit 648ea49

Browse files
authored
Release v0.5.4 (#1201)
1 parent fe60809 commit 648ea49

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ terraform {
8282
required_providers {
8383
databricks = {
8484
source = "databrickslabs/databricks"
85-
version = "0.5.3"
85+
version = "0.5.4"
8686
}
8787
}
8888
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ terraform {
338338
required_providers {
339339
databricks = {
340340
source = "databrickslabs/databricks"
341-
version = "0.5.3"
341+
version = "0.5.4"
342342
}
343343
}
344344
}

docs/resources/cluster.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ subcategory: "Compute"
55

66
This resource allows you to manage [Databricks Clusters](https://docs.databricks.com/clusters/index.html).
77

8+
-> **Note** In case of [`Cannot access cluster ####-######-####### that was terminated or unpinned more than 30 days ago`](https://github.com/databrickslabs/terraform-provider-databricks/issues/1197#issuecomment-1069386670) errors, please upgrade to v0.5.4 or later. If for some reason you cannot upgrade the version of provider, then the other viable option to unblock the apply pipeline is [`terraform state rm path.to.databricks_cluster.resource`](https://www.terraform.io/cli/commands/state/rm) command.
9+
810
```hcl
911
data "databricks_node_type" "smallest" {
1012
local_disk = true

0 commit comments

Comments
 (0)