-
-
Notifications
You must be signed in to change notification settings - Fork 575
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
Remove availability zones since AWS ignores them anyway #10
Remove availability zones since AWS ignores them anyway #10
Conversation
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.
Great, thanks!
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.
Actually, sorry but can you update the README and the examples too?
Removed availability_zones var (closes #10)
Thanks @skorfmann ! This has been fixed in v1.4.0. |
This exact issue is affecting DocumentDB. It totally ignores the availability zones passed into a |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This only worked when availability zones were matching all available zones in the region. If provided less or none, there was always a diff and terraform wanted to recreate the cluster.
References