-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Perpetual diff in aws_elasticsearch_domain when advanced_options are set #21318
Comments
Now getting this with provider version 3.6.0:
|
Could not figure it out, ended up ignoring with
which is far from perfect 😞 |
@autero1 Yeah... I would do that if I wasn't consuming this from a module, but that isn't the case. Damn, what sucks is that this doesn't look likely to get fixed soon 😞 |
I'm seeing the same behavior in the acceptance tests:
|
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! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/knyar/72754a7d819434d24b6f96dfe6840652
Expected Behavior
Terraform plan shows no diffs when there has been no changes to Terraform configuration or actual AWS resource.
Actual Behavior
Terraform plan shows the following change on every run:
Two points to note:
override_main_response_version=false
toadvanced_options
, no diff is displayed (as expected).advanced_options
block from my configuration, no diff is displayed (a bit unexpected).Steps to Reproduce
The diff seems to have appeared out of nowhere with no changes to configuration or terraform versions. I suspect it might be caused by AWS API changes related to OpenSearch.
References
The text was updated successfully, but these errors were encountered: