Skip to content

Commit

Permalink
deps: update Terraform azurerm to v3.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent 867f749 commit 13978d4
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 106 deletions.
38 changes: 13 additions & 25 deletions cli/internal/terraform/terraform/azure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/internal/terraform/terraform/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.63.0"
version = "3.67.0"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.63.0"
version = "3.67.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.63.0"
version = "3.67.0"
}
random = {
source = "hashicorp/random"
Expand Down
38 changes: 13 additions & 25 deletions cli/internal/terraform/terraform/iam/azure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/internal/terraform/terraform/iam/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.63.0"
version = "3.67.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down
38 changes: 13 additions & 25 deletions dev-docs/miniconstellation/azure-terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev-docs/miniconstellation/azure-terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.56.0"
version = "3.67.0"
}
random = {
source = "hashicorp/random"
Expand Down
38 changes: 13 additions & 25 deletions e2e/miniconstellation/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/miniconstellation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.63.0"
version = "3.67.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 13978d4

Please sign in to comment.