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 May 29, 2024
1 parent 4bb5fb9 commit ce66921
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/layers/aws-secrets-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.0.1"
version = "5.51.1"
}
github = {
source = "integrations/github"
Expand Down
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 = "3.105.0"
}
azuread = {
source = "hashicorp/azuread"
version = "2.39.0"
version = "2.50.0"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion terraform/layers/bootstrap/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.19.0"
version = "2.41.0"
}
}
}
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 = "5.31.1"
}
google-beta = {
source = "hashicorp/google-beta"
version = "5.23.0"
version = "5.31.1"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion terraform/layers/scw-secret-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ terraform {
required_providers {
scaleway = {
source = "scaleway/scaleway"
version = "2.19.0"
version = "2.41.0"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit ce66921

Please sign in to comment.