Skip to content

chore: upgrade remote-state to v2.0.0#53

Closed
Benbentwo wants to merge 1 commit into
mainfrom
chore/remote-state-v2
Closed

chore: upgrade remote-state to v2.0.0#53
Benbentwo wants to merge 1 commit into
mainfrom
chore/remote-state-v2

Conversation

@Benbentwo

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade cloudposse/stack-config/yaml//modules/remote-state from v1.x to v2.0.0
  • Add cloudposse/utils provider constraint >= 2.0.0, < 3.0.0
  • Update vendored dependency versions to releases with remote-state v2.0.0

Changes

  • src/remote-state.tf: version pin 1.8.0/1.5.02.0.0
  • src/versions.tf: add/update utils provider constraint
  • test/fixtures/vendor.yaml: update account-map + dep versions

Test plan

  • CI lint passes (terraform init, no provider conflicts)
  • Terratest passes in merge queue

🤖 Generated with Claude Code

Upgrade cloudposse/stack-config/yaml//modules/remote-state from v1.x to v2.0.0.
This enables compatibility with cloudposse/utils provider v2.x.
Updates vendored dependency versions to releases with remote-state v2.0.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Benbentwo

Copy link
Copy Markdown
Contributor Author

/terratest

@coderabbitai

coderabbitai Bot commented Mar 20, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Benbentwo has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 30 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bcd7458b-deb6-4def-84fa-2ffd31c7f902

📥 Commits

Reviewing files that changed from the base of the PR and between cb0f630 and 0f12c7a.

📒 Files selected for processing (3)
  • src/remote-state.tf
  • src/versions.tf
  • test/fixtures/vendor.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remote-state-v2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mergify mergify Bot requested review from a team March 20, 2026 20:40
@mergify mergify Bot added triage Needs triage needs-test Needs testing labels Mar 20, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0f12c7a5da

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/versions.tf
Comment on lines +13 to +15
utils = {
source = "cloudposse/utils"
version = ">= 2.0.0, < 3.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Match the utils provider range used by remote-state

When Terraform resolves providers it combines this root constraint with the child module's own requirement. Cloud Posse's published remote-state docs for cloudposse/stack-config/yaml//modules/remote-state still list cloudposse/utils as >= 1.7.1, < 2.0.0, so forcing >= 2.0.0, < 3.0.0 here would leave terraform init with no satisfiable version and break every consumer before plan/apply. Please verify the upstream remote-state requirement and mirror that range instead of unconditionally moving this module to utils 2.x.

Useful? React with 👍 / 👎.

@mergify

mergify Bot commented Jun 18, 2026

Copy link
Copy Markdown

💥 This pull request now has conflicts. Could you fix it @Benbentwo? 🙏

@mergify mergify Bot added the conflict This PR has conflicts label Jun 18, 2026
@mergify mergify Bot closed this Jun 18, 2026
@mergify

mergify Bot commented Jun 18, 2026

Copy link
Copy Markdown

This pull request was marked as a work in progress and looks abandoned.
Feel free to reopen it if you think it's a mistake.

@mergify mergify Bot removed conflict This PR has conflicts triage Needs triage labels Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-test Needs testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant