diff --git a/template/provider/aws/main.tf b/template/provider/aws/main.tf index bb937dc9..840acf90 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.100.0" + version = "6.38.0" } }