Skip to content
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 the access policy in the ES domain docs #4942

Merged
merged 1 commit into from
Jul 3, 2018

Conversation

tomelliff
Copy link
Contributor

If a resource isn't specified AWS automatically adds it to point to the ES domain it has been created for.
This causes a perpetual diff where Terraform keeps attempting to remove the Resource key and AWS keeps adding it back.

Also adds a note drawing attention to the fact that the values for the advanced options must be strings or this will also cause a perpetual diff.

Fixes #576, #205, #51

If a resource isn't specified AWS automatically adds it to point to the ES domain it has been created for.
This causes a perpetual diff where Terraform keeps attempting to remove the Resource key and AWS keeps adding it back.

Also adds a note drawing attention to the fact that the values for the advanced options _must_  be strings or this will also cause a perpetual diff.
@ghost ghost added size/S Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. labels Jun 21, 2018
@bflad bflad added the service/elasticsearch Issues and PRs that pertain to the elasticsearch service. label Jun 22, 2018
@bflad bflad added this to the v1.25.0 milestone Jun 22, 2018
@bflad
Copy link
Contributor

bflad commented Jun 22, 2018

Thanks so much @tomelliff 💯 The documentation changes here seem very appropriate for all the mentioned issues.

@ghost
Copy link

ghost commented Apr 4, 2020

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.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. size/S Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terraform considers my elasticsearch domain policy to be modified every time it runs.
2 participants