Skip to content

fix: relax aws provider constraints#100

Open
leonardofreitass wants to merge 1 commit intotryretool:mainfrom
leonardofreitass:main
Open

fix: relax aws provider constraints#100
leonardofreitass wants to merge 1 commit intotryretool:mainfrom
leonardofreitass:main

Conversation

@leonardofreitass
Copy link
Copy Markdown

Summary

Relax AWS provider version constraints from pessimistic (~>) to minimum (>=) in aws_ecs and aws_ecs_ec2 modules

Reasoning

Reusable modules should only constrain their minimum allowed provider version (e.g. >= 5.0) rather than using pessimistic locking (~> 5.0). This avoids known incompatibilities while giving module consumers the flexibility to upgrade to newer provider versions without needing to modify the module.

At the moment, we are unable to use this module while using the newer AWS Provider v6

Reference: https://developer.hashicorp.com/terraform/language/providers/requirements#best-practices-for-provider-versions

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.

1 participant