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 e3b992c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 49 deletions.
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 e3b992c

Please sign in to comment.