Closed
Description
Some considerations for post-v6.0.0-beta1
, but during the v6.0.0 beta:
Per-resource Region override phase II - Framework resources #42131 (comment): Consider flipping the boolean flags in the generated. Decided against this but simplified viaServicePackage<thing>Region
structure so that exceptions stand out more clearlyServicePackageResourceRegion
: Use factory functions #42548.- Consider merging
internal/provider
andinternal/provider/fwprovider
as there is more and more duplicated code: Technical debt: Reduce duplication betweeninternal/provider
andinternal/fwprovider
#42835. Don't combine, but simplify and move shared validation code toconns.AWSClient
Revisit theOnly if someone complains 😄.Optional+Computed
behavior of removing any configured value forregion
-- should this force back to the provider's configured Region?- Update tfproviderdocs to check for
region
: Enable-enable-enhanced-region-check
fortfproviderdocs
#42871 - Run
deadcode
Relates #42384.