diff --git a/aws/github-oidc-auth/modules/terraform.tf b/aws/github-oidc-auth/modules/terraform.tf index f68257ef..5ad6a411 100644 --- a/aws/github-oidc-auth/modules/terraform.tf +++ b/aws/github-oidc-auth/modules/terraform.tf @@ -6,7 +6,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "6.49.0" + version = "6.51.0" } tls = { source = "hashicorp/tls"