diff --git a/versions.tf b/versions.tf index c03bf2d9..f2641e26 100644 --- a/versions.tf +++ b/versions.tf @@ -2,7 +2,8 @@ terraform { required_version = ">= 0.15" required_providers { aws = { - source = "hashicorp/aws" + source = "hashicorp/aws" + version = ">= 6.0" } archive = { source = "hashicorp/archive"