Skip to content

Commit

Permalink
chore(deps): update terraform azurerm to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 0c9bf0c commit c3af999
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 44 deletions.
36 changes: 23 additions & 13 deletions aks/.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 aks/provider.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.20"
version = "~> 4.0"
}
random = {
source = "hashicorp/random"
Expand Down
38 changes: 24 additions & 14 deletions utils/network/.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 utils/network/provider.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.20"
version = "~> 4.0"
}
random = {
source = "hashicorp/random"
Expand Down
38 changes: 24 additions & 14 deletions utils/resource_groups/.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 utils/resource_groups/provider.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.20"
version = "~> 4.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit c3af999

Please sign in to comment.