Skip to content

Commit

Permalink
Update Terraform aws to v5.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 20, 2023
1 parent 40c3397 commit b6e0355
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.15.0"
version = "5.22.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.15.0"
version = "5.22.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.15.0"
version = "5.22.0"
}
azurerm = {
source = "azurerm"
Expand Down

0 comments on commit b6e0355

Please sign in to comment.