-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
fix when awareness is disabled, always changing #123
fix when awareness is disabled, always changing #123
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.
Change details
-
Error ID Change Path Resource BC_AWS_IAM_60 Fixed /main.tf aws_db_instance.default BC_AWS_LOGGING_28 Fixed /main.tf aws_db_instance.default
/test all |
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.
Change details
-
Error ID Change Path Resource BC_AWS_IAM_60 Fixed /main.tf aws_db_instance.default BC_AWS_LOGGING_28 Fixed /main.tf aws_db_instance.default
@sanarena Thanks for the contribution! Released as https://github.com/cloudposse/terraform-aws-elasticsearch/releases/tag/0.35.1 |
what
When we disable zone awareness, Terraform want to put in availability_zone_count on every single run,
so resource is always marked as changed.
This pull request fix this issue.
why
Avoid unnecessary AWS calls and changes.