docs: clarify availability_zones requirement for Multi-AZ DB clusters in aws_rds_cluster#46940
Conversation
… DB clusters Multi-AZ DB clusters require exactly 3 Availability Zones in the DB subnet group, while Aurora DB clusters can operate with fewer AZs. This distinction was not documented, causing user confusion (hashicorp#37252).
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
Remove blank line and ~> admonition syntax from the Note to keep it within the availability_zones list item, preventing the argument parser from losing track of the arguments section.
|
Fixed the |
|
@22skyy Thanks for the contribution 🎉 👏. |
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
No changes to security controls.
Description
The
availability_zonesargument description inaws_rds_clusterdoes not distinguish between Aurora DB clusters and Multi-AZ DB clusters. Multi-AZ DBclusters require exactly 3 Availability Zones in the DB subnet group, while Aurora DB clusters can operate with fewer AZs. This
PR adds a note to clarify this distinction.
Relations
Closes #37252
References
Output from Acceptance Testing
Not applicable. Only documentation is updated.