Skip to content

Commit

Permalink
Update Terraform aws to v5.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent a5220a6 commit ca078d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/aws/modules/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.63.1"
version = "5.66.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion cloud/aws/templates/aws_oidc/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.63.1"
version = "5.66.0"
}
}
backend "s3" {}
Expand Down
2 changes: 1 addition & 1 deletion cloud/azure/templates/azure_saml_ses/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.63.1"
version = "5.66.0"
}
azurerm = {
source = "azurerm"
Expand Down

0 comments on commit ca078d5

Please sign in to comment.