Skip to content

Pin cloudposse/utils provider version#550

Merged
ltellesfl merged 2 commits intomainfrom
fix-cloudposse
Mar 19, 2026
Merged

Pin cloudposse/utils provider version#550
ltellesfl merged 2 commits intomainfrom
fix-cloudposse

Conversation

@ltellesfl
Copy link
Contributor

@ltellesfl ltellesfl commented Mar 19, 2026

Note

Low Risk
Low risk: this only tightens provider version constraints and adjusts formatting, but could affect runs if the module previously relied on newer cloudposse/utils versions.

Overview
Pins cloudposse/utils in modules/harness/versions.tf from a loose constraint (>= 0.14.0) to the fixed version 2.3.0.

Also normalizes minor formatting in the provider block and restores the trailing newline.

Written by Cursor Bugbot for commit 3730e78. This will update automatically on new commits. Configure here.

@ltellesfl ltellesfl merged commit 8d52226 into main Mar 19, 2026
9 of 20 checks passed
@ltellesfl ltellesfl deleted the fix-cloudposse branch March 19, 2026 14:29
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

utils = {
source = "cloudposse/utils"
version = ">= 0.14.0"
version = "2.3.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned provider version does not exist

High Severity

cloudposse/utils is pinned to exact version 2.3.0, which is not published. With an exact constraint Terraform cannot select another release, so terraform init fails for all consumers of this module.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants