From 8cce2711332653286935ff6fa29fdfa1008c2afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:24:34 +0000 Subject: [PATCH] Update Terraform utils to v2 --- modules/remote-state/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remote-state/versions.tf b/modules/remote-state/versions.tf index e429959..695868d 100644 --- a/modules/remote-state/versions.tf +++ b/modules/remote-state/versions.tf @@ -15,7 +15,7 @@ terraform { # We were previously pinning this to <=1.8.0, but changing this each time we had a new version was a pain. As # a compromise, we'll pin to a minimum version, but allow any patch version below 2.0.0 and we will make sure # that if we make any major/breaking changes in cloudposse/utils, we'll increment to 2.0.0. - version = ">= 1.7.1, < 2.0.0" + version = "< 3.0.0" } } }