feat!: Add AWS provider v6 region support#353
Open
hamidaria70 wants to merge 1 commit into
Open
Conversation
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.
|
@bryantbiggs @antonbabenko can you help with this one, please? 🙏🏼 |
Member
|
tl;dr - if we are going to take a breaking change, we need to consider it holistically for the project |
|
@bryantbiggs how can we help? |
Member
|
sponsorship or any alternate forms that offsets the time missed to work on these projects in lieu of client engagements |
3 tasks
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.
Description
>= 3.29to>= 6.0across root module, all generated modules, wrappers, and examplesregioninput and propagate it through wrappers/modules into root resources for provider v6 enhanced region supportregioninput in module/example READMEsMotivation 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
>= 6.0How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request