diff --git a/aws/github-oidc-auth/modules/terraform.tf b/aws/github-oidc-auth/modules/terraform.tf index 8355dd3..3f8d49d 100644 --- a/aws/github-oidc-auth/modules/terraform.tf +++ b/aws/github-oidc-auth/modules/terraform.tf @@ -10,7 +10,7 @@ terraform { } tls = { source = "hashicorp/tls" - version = "~> 4.0" + version = "~> 4.1" } } }