diff --git a/versions.tf b/versions.tf index 2d49cc0..962f8da 100644 --- a/versions.tf +++ b/versions.tf @@ -4,11 +4,11 @@ terraform { required_providers { archive = { source = "hashicorp/archive" - version = "~> 2.0" + version = ">= 2.0" } aws = { source = "hashicorp/aws" - version = ">= 3, < 5" + version = ">= 3" } } }