diff --git a/template/provider/aws/main.tf b/template/provider/aws/main.tf index 2b78c6dd..bb937dc9 100644 --- a/template/provider/aws/main.tf +++ b/template/provider/aws/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "= 5.44.0" + version = "5.100.0" } }