Skip to content

Add support for AWS Provider v6 #421

@yukin01

Description

@yukin01

Is your request related to a new offering from AWS?

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions