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 encountered an issue where after successfully deploying a DLB with certificates, every subsequent terraform plan/apply will re-apply the ssl_endpoints settings despite no changes were made.
Additionally every subsequent plan/apply also detects a drift in state: ~ state = "STARTED" -> "started". This one seems to be just a case-sensitive matter.
The text was updated successfully, but these errors were encountered:
ccortinhas-pmi
changed the title
DLB certificates
DLB certificates issue after initial apply
Apr 21, 2022
It is very tricky to handle list-type attributes diff. I'm trying to find a way where the DLB current structure wouldn't be affected. Any suggestions are welcome.
Hi guys,
I encountered an issue where after successfully deploying a DLB with certificates, every subsequent
terraform plan/apply
will re-apply the ssl_endpoints settings despite no changes were made.The following code reproduces the issue:
Additionally every subsequent plan/apply also detects a drift in
state
:~ state = "STARTED" -> "started"
. This one seems to be just a case-sensitive matter.The text was updated successfully, but these errors were encountered: