Skip to content

Commit

Permalink
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 a4fc924 commit b455607
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
48 changes: 24 additions & 24 deletions terraform/policy/.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 terraform/policy/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0"
version = "~> 4.0"
}
}
backend "local" {
Expand Down
48 changes: 24 additions & 24 deletions terraform/rbac/.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 terraform/rbac/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0"
version = "~> 4.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit b455607

Please sign in to comment.