-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
elasticsearch/domain: Fix erroneous/perpetual diffs #22157
Conversation
This functionality has been released in v3.70.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Using Terraform 1.0.10 (darwin_arm64) and the AWS provider v3.72.0, I still get perpetual diffs after having upgraded from ES 7.x to OS 1.1. As per AWS documentation, the advanced setting is set to true after an upgrade/migration. However, we wish to remove this setting or set it to false. Remove the setting will display
each time. Setting the value to false will return an error:
Setting it to true will remove the diff (as expected). This is however not the setting we want. |
Same here, seeing validation exception on provider |
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. |
Community Note
Relates #21968
Fixes #21318
Output from acceptance testing (
us-west-2
):Output from acceptance testing (GovCloud):