Skip to content

chore: remove aws provider v6 upper bound#103

Merged
goruha merged 4 commits into
cloudposse-terraform-components:mainfrom
wavemoran:chore/remove-aws-provider-v6-upper-bound
Apr 7, 2026
Merged

chore: remove aws provider v6 upper bound#103
goruha merged 4 commits into
cloudposse-terraform-components:mainfrom
wavemoran:chore/remove-aws-provider-v6-upper-bound

Conversation

@wavemoran

@wavemoran wavemoran commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Changes

  • src/versions.tf: ">= 4.0, < 6.0.0"">= 4.0"

Test plan

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

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated AWS provider version constraint to support newer versions without upper-bound restrictions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 4, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

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

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 20 minutes and 33 seconds.

⌛ 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: 2602a5c1-c83b-4c28-86aa-4c8dc7f16d7a

📥 Commits

Reviewing files that changed from the base of the PR and between c4eda50 and 3a96980.

📒 Files selected for processing (2)
  • src/provider-datadog.tf
  • src/versions.tf
📝 Walkthrough

Walkthrough

This change updates the Terraform AWS provider version constraint in src/versions.tf by removing the upper-bound restriction. The constraint is relaxed from >= 4.0, < 6.0.0 to >= 4.0, allowing compatibility with provider versions 6.0.0 and above.

Changes

Cohort / File(s) Summary
Terraform Provider Configuration
src/versions.tf
Removed upper-bound version constraint on AWS provider, changing requirement from >= 4.0, < 6.0.0 to >= 4.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 The bounds have been lifted, how free!
No ceiling to stop us at version three,
AWS grows and our constraints unwind,
A wider path for all humankind.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: removing the AWS provider v6 upper bound constraint from the version requirement.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 commented Apr 4, 2026

Copy link
Copy Markdown

Thanks @wavemoran for creating this pull request!

A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.

While you wait, make sure to review our contributor guidelines.

Tip

Need help or want to ask for a PR review to be expedited?

Join us on Slack in the #pr-reviews channel.

@mergify mergify Bot requested review from a team April 4, 2026 22:46
@mergify mergify Bot added the triage Needs triage label Apr 4, 2026
@RoseSecurity

Copy link
Copy Markdown
Contributor

/terratest

@mergify mergify Bot added the needs-test Needs testing label Apr 6, 2026
@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

There are no real tests for this component. So we set terratest statuses to successful execution without running any tests

@goruha goruha added the major Breaking changes (or first stable release) label Apr 7, 2026
@goruha

goruha commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

/terratest

@goruha goruha enabled auto-merge April 7, 2026 16:43
@goruha goruha disabled auto-merge April 7, 2026 16:43
@goruha goruha merged commit 60620d6 into cloudposse-terraform-components:main Apr 7, 2026
19 checks passed
@mergify mergify Bot removed the triage Needs triage label Apr 7, 2026
@wavemoran wavemoran deleted the chore/remove-aws-provider-v6-upper-bound branch April 7, 2026 16:46
@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown

These changes were released in v2.0.0.

wavemoran added a commit to wavemoran/aws-datadog-lambda-forwarder that referenced this pull request Apr 7, 2026
The datadog/datadog provider v4.0.0 removed the
`datadog_integration_aws_lambda_arn` and
`datadog_integration_aws_log_collection` resource types, breaking
this component. Pin to < 4.0.0 until the component is updated to
use the replacement resources.

Follows up on cloudposse-terraform-components#103 which removed the AWS provider upper bound.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
github-merge-queue Bot pushed a commit that referenced this pull request Apr 7, 2026
The datadog/datadog provider v4.0.0 removed the
`datadog_integration_aws_lambda_arn` and
`datadog_integration_aws_log_collection` resource types, breaking
this component. Pin to < 4.0.0 until the component is updated to
use the replacement resources.

Follows up on #103 which removed the AWS provider upper bound.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Breaking changes (or first stable release) needs-test Needs testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants