-
-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Description
Is your request related to a new offering from AWS?
- Yes ✅: AWS Provider v6.0.0 was released and is available in the AWS provider for
Terraform
Is your request related to a problem? Please describe.
This module currently lacks AWS provider version constraints in versions.tf
(only specifies Terraform >= 1.0
). Users cannot be
certain of compatibility when using AWS Provider v6, and the module may encounter unexpected issues with newer provider versions.
Describe the solution you'd like.
Add explicit AWS provider version constraints to support v6.x in the root module and examples. This would ensure compatibility and
allow users to confidently use the latest AWS provider features with this module.
Describe alternatives you've considered.
- Continuing without version constraints (not recommended as it may lead to compatibility issues)
- Only supporting older provider versions (limits access to new features and improvements)
Additional context
The module uses ALB, ACM, ECS, and EFS resources that should be verified for v6 compatibility. Thank you for maintaining this
excellent module - I'd be happy to contribute to this effort if helpful!
Metadata
Metadata
Assignees
Labels
No labels