-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Cluster is recreated with every apply #37
Comments
See also hashicorp/terraform#16724 (comment) |
thanks @nodomain |
Merged
thanks @nodomain and @thoellrich |
Thanks for the fix! This appears to be corrected now in my environment. Appreciate the quick response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is linked to hashicorp/terraform#16724 and might be fixed by #35
Currently a
terraform plan
shows that the RDS cluster is recreated with every apply, the cause seems to be a wonky availability-zones attribute.Somehow this seems to trigger a new resource. See plan output.
Config:
I assume that it would work fine with the
availability_zones
variable dropped.The text was updated successfully, but these errors were encountered: