-
Notifications
You must be signed in to change notification settings - Fork 9.7k
docs: update note on conflict between aws_route and aws_route_table #44547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update note on conflict between aws_route and aws_route_table #44547
Conversation
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
|
Thanks for preparing that. A few notices:
|
Clarifies that using inline route blocks within `aws_route_table` in conjunction with `aws_route` resources causes conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
@stefanfreitag 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 are implemented.
Description
Minor update to the notes for
aws_route
andaws_route_table
.In the updated version of the notes
the specific resource names are mentioned, e.g
aws_route
vs. Routethe one in the
aws_route_table
docs is moved next to the argumentroute
I needed to update the indentation level of the note to level 0, as level 1 (indentation using 2 spaces) gave an error when running
tfproviderdocs
Error checking Terraform Provider documentation: 1 error occurred: * website/docs/r/route_table.html.markdown: error checking file contents: arguments section does not contain an Optional region argument
Relations
Closes #44530
References
Output from Acceptance Testing
Not applicable. Only documentation is updated.