From d23d7c450c54f99e064ebf65706115af15574fcd Mon Sep 17 00:00:00 2001 From: Arnoldas Grigutis Date: Mon, 6 May 2024 22:18:47 +0300 Subject: [PATCH] Update version constraint for AWS provider: allow bumping the major version --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 58250fd..076e32c 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.5" + version = ">= 4.5.0" } } }