chore: Update module and provider versions#2
Merged
Conversation
chas0amx
approved these changes
May 31, 2026
a556476 to
8b60ea1
Compare
- iam 6.2.3 -> 6.6.1 (agent + aggregator IRSA roles) - s3-bucket 5.9.1 -> 5.14.0 - sqs 4.1.0 -> 5.2.2 (requires aws >= 6.0, terraform >= 1.5.7) - tighten provider pins: aws ~> 6.47, helm ~> 3.1, utils ~> 2.5 - bump required_version to >= 1.5.7 - replace deprecated aws_region.id with .region
8b60ea1 to
37cb0e2
Compare
|
This PR is included in version 0.0.3 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Update Terraform module and provider versions, resolve a stash conflict in the aggregator IRSA role, and fix an AWS provider deprecation.
Modules
iam/aws//modules/iam-role(agent + aggregator)s3-bucket/awssqs/awsProviders
hashicorp/aws>= 6.27.0~> 6.47hashicorp/helm>= 3.1.1~> 3.1cloudposse/utils>= 1.31.0~> 2.5required_version:>= 1.0->>= 1.5.7>=) pins replaced with pessimistic (~>) to block accidental major bumps.Fixes
vector_aggregator.tf— kept the v6iam-rolemodule (consistent with the agent role, compatible with aws v6 provider) and dropped the staleiam-assumable-role-with-oidcv5.60.0.data.aws_region.current.idwith.region(aws 6.x deprecation).Why
cloudposse/utilshad unbounded>=pins that would silently pull a major (2.x);utils_deep_merge_yamlschema is unchanged across 1.x->2.x, verified before bumping.Breaking changes
None for consumers of this module. The sqs 4->5 and utils 1->2 jumps only raise the aws provider / Terraform floor, which the module already required.