Skip to content

Commit

Permalink
deps: update Terraform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 2c83182 commit 29ff5cc
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 44 deletions.
90 changes: 48 additions & 42 deletions infra/azure-peerpods/.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 infra/azure-peerpods/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.3.0"
version = "4.4.0"
}
azuread = {
source = "hashicorp/azuread"
version = "3.0.1"
version = "3.0.2"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 29ff5cc

Please sign in to comment.