Skip to content

Commit

Permalink
⬆️[Terraform] Update Terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 4bb5fb9 commit 2df0840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/layers/azure-keyvault/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.58.0"
version = "4.13.0"
}
azuread = {
source = "hashicorp/azuread"
version = "2.39.0"
version = "3.0.2"
}
github = {
source = "integrations/github"
Expand Down
4 changes: 2 additions & 2 deletions terraform/layers/gcp-secret-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.23.0"
version = "6.12.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "5.23.0"
version = "6.12.0"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit 2df0840

Please sign in to comment.