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
Since the original problem of the #19933 spurious plan diff is solved, this becomes somewhat irrelevant. I will leave it up to you to see if this needs any investigation.
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
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/kilokahn/77110e1608aeddc5b64d5d10eaca3c77
Crash Output
N/A
Expected Behavior
There should have been no failures in the apply (in fact there shouldn't have been a diff itself)
Actual Behavior
Apply fails
Steps to Reproduce
terraform init
terraform plan
terraform apply
terraform plan
# this should be empty, but it isn'tterraform apply
# this failsAdditional Context
When multiple route_rules are present, terraform's state diff comparison seems to be failing.
References
A related issue for the unnecessary change in plan is logged in #19933
The text was updated successfully, but these errors were encountered: