Skip to content

Commit

Permalink
Release v0.4.7 (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Jan 28, 2022
1 parent 41f4d20 commit acadc07
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ terraform {
required_providers {
databricks = {
source = "databrickslabs/databricks"
version = "0.4.6"
version = "0.4.7"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion docs/guides/aws-e2-firewall-hub-and-spoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ terraform {
required_providers {
databricks = {
source = "databrickslabs/databricks"
version = "0.4.6"
}
aws = {
source = "hashicorp/aws"
Expand Down
1 change: 0 additions & 1 deletion docs/guides/aws-e2-firewall-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ terraform {
required_providers {
databricks = {
source = "databrickslabs/databricks"
version = "0.4.6"
}
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/aws-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ terraform {
required_providers {
databricks = {
source = "databrickslabs/databricks"
version = "0.4.6"
version = "0.4.7"
}
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/workspace-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
databricks = {
source = "databrickslabs/databricks"
version = "0.4.6"
version = "0.4.7"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ terraform {
required_providers {
databricks = {
source = "databrickslabs/databricks"
version = "0.4.6"
version = "0.4.7"
}
}
}
Expand Down

0 comments on commit acadc07

Please sign in to comment.