Skip to content

Commit

Permalink
Update Terraform aws to v5.15.0 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent b2e14ae commit ea95ff1
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.13.1"
version = "5.15.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.13.1"
version = "5.15.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.13.1"
version = "5.15.0"
}
azurerm = {
source = "azurerm"
Expand Down

0 comments on commit ea95ff1

Please sign in to comment.