Skip to content

Commit 4aad569

Browse files
Update Terraform aws to v5.91.0
1 parent 095cd90 commit 4aad569

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud/aws/modules/setup/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.88.0"
5+
version = "5.91.0"
66
}
77
}
88
}

cloud/aws/templates/aws_oidc/providers.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.88.0"
5+
version = "5.91.0"
66
}
77
}
88
backend "s3" {}

cloud/azure/templates/azure_saml_ses/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.88.0"
5+
version = "5.91.0"
66
}
77
azurerm = {
88
source = "azurerm"

0 commit comments

Comments
 (0)