You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to just ignore changes to the first/only origin's origin_path. However ignore_changes = ["origin.0.origin_path"] does not work, and terraform still retains control of this argument. I am successfully able to set ignore_changes = ["origin"], however this ignores the whole of the origin argument and all nested arguments.
Is there a way I can just ignore specifically origin_path? I've looked at these issues:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 4, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a cloudfront distribution configuration like so:
I'm trying to just ignore changes to the first/only origin's
origin_path
. Howeverignore_changes = ["origin.0.origin_path"]
does not work, and terraform still retains control of this argument. I am successfully able to setignore_changes = ["origin"]
, however this ignores the whole of theorigin
argument and all nested arguments.Is there a way I can just ignore specifically
origin_path
? I've looked at these issues:But haven't been able to find a solution that works.
I am running terraform_0.11.3_linux_amd64.
The text was updated successfully, but these errors were encountered: