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
…itive
Fixes: #918
Add a diff suppress func to stop case sensitivity issues on the Action
param of ingress and egress. To do this, I had to make sure that the
hash always used the lowercase version (this will mean that users who do
not see a perpetual diff are not affected)
…itive (#1000)
Fixes: #918
Add a diff suppress func to stop case sensitivity issues on the Action
param of ingress and egress. To do this, I had to make sure that the
hash always used the lowercase version (this will mean that users who do
not see a perpetual diff are not affected)
Terraform Version
Terraform v0.9.8
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
To keep that configuration always.
Actual Behavior
It marks such configuration as tainted and rebuild it each time due to capitalisation of
Apply
.Steps to Reproduce
terraform apply
Fix
I believe that we should either compare case-independently in this case or downcase before comparison. Alternatively some warning would be nice.
The text was updated successfully, but these errors were encountered: