Skip to content

Commit

Permalink
fix: Upgrade TF providers to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanicek committed Sep 26, 2024
1 parent 49ce909 commit 2f117f6
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 95 deletions.
88 changes: 44 additions & 44 deletions provisioning/ci/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions provisioning/ci/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ terraform {

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68"
version = "~> 4.3.0"
}

azuread = {
source = "hashicorp/azuread"
version = "~> 2.41"
version = "~> 2.53.1"
}

google = {
Expand Down
91 changes: 44 additions & 47 deletions provisioning/local/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions provisioning/local/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ terraform {

azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68"
version = "~> 4.3.0"
}

azuread = {
source = "hashicorp/azuread"
version = "~> 2.41"
version = "~> 2.53.1"
}

google = {
Expand Down

0 comments on commit 2f117f6

Please sign in to comment.