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 need to ignore it now for it to work (ignore_changes = ["subject_alternative_names"])
Why is this happening? After I apply with subject_alternative_names ignored is there a way to manually add it to state for now until this bug (gotta be a bug) is fixed?
The text was updated successfully, but these errors were encountered:
Hi @red8888 👋 Thank you for reporting this and sorry you ran into trouble here. I believe for imported certificates you can omit configuring subject_alternative_names since it would be determined by the certificate itself. Otherwise, please note that we have #8531 for tracking subject_alternative_names ordering issues with the aws_acm_certificate resource and #13053 to discuss remediation efforts since it will potentially require breaking changes in the next major version of the Terraform AWS Provider. Please follow those two issues for further updates on this. 👍
I imported an aws_acm_certificate
It has these subject name: subject_alternative_names = ["*.zzzz.com", "zzzz.com"]
I run plan and saw this:
I then reordered the param like this: subject_alternative_names = ["zzzz.com", "*.zzzz.com"]
And then I got this error:
????
I need to ignore it now for it to work (
ignore_changes = ["subject_alternative_names"]
)Why is this happening? After I apply with subject_alternative_names ignored is there a way to manually add it to state for now until this bug (gotta be a bug) is fixed?
The text was updated successfully, but these errors were encountered: