Skip to content

feat!: Add AWS provider v6 region support#353

Open
hamidaria70 wants to merge 1 commit into
terraform-aws-modules:masterfrom
hamidaria70:fix/issue-341-aws-v6-region-support
Open

feat!: Add AWS provider v6 region support#353
hamidaria70 wants to merge 1 commit into
terraform-aws-modules:masterfrom
hamidaria70:fix/issue-341-aws-v6-region-support

Conversation

@hamidaria70
Copy link
Copy Markdown

Description

  • Upgrade AWS provider minimum version from >= 3.29 to >= 6.0 across root module, all generated modules, wrappers, and examples
  • Add optional region input and propagate it through wrappers/modules into root resources for provider v6 enhanced region support
  • Regenerate Terraform docs to reflect new provider requirements and new region input in module/example READMEs
  • Add unreleased changelog entry documenting the breaking provider floor bump and region support

Motivation and Context

Issue #341 requests compatibility with AWS provider 6.x and support for region-aware resources using enhanced region support.

This change keeps the existing security group rule resource model and focuses on provider compatibility plus end-to-end region passthrough, including generated modules and wrappers.

Breaking Changes

  • Yes
  • Minimum supported AWS provider version is now >= 6.0

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Upgrade all module, wrapper, and example provider constraints to hashicorp/aws >= 6.0 and add optional region passthrough from wrappers/modules to root resources to support enhanced region behavior in provider v6.

Regenerate terraform-docs outputs and add unreleased changelog notes for the breaking provider floor change and new region input.
@hamidaria70 hamidaria70 changed the title feat!: add AWS provider v6 region support feat!: Add AWS provider v6 region support Apr 30, 2026
@zoispag
Copy link
Copy Markdown

zoispag commented May 4, 2026

@bryantbiggs @antonbabenko can you help with this one, please? 🙏🏼

@bryantbiggs
Copy link
Copy Markdown
Member

#343 (comment)

tl;dr - if we are going to take a breaking change, we need to consider it holistically for the project

@zoispag
Copy link
Copy Markdown

zoispag commented May 5, 2026

@bryantbiggs how can we help?

@bryantbiggs
Copy link
Copy Markdown
Member

sponsorship or any alternate forms that offsets the time missed to work on these projects in lieu of client engagements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants