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
When attempting to create a backend service, it is attempting to update said resource after creation. Root cause seems to be that it is unable to consolidate the state from the provider with the local state.
After running terraform apply and without making any further changes to the resources then terrafom should report that there are no changes to be made when doing terraform plan.
Actual Behavior
Running terraform plan after doing a terraform apply. Will produce the following output:
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
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.
When attempting to create a backend service, it is attempting to update said resource after creation. Root cause seems to be that it is unable to consolidate the state from the provider with the local state.
Terraform Version
Terraform v0.10.6
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
After running
terraform apply
and without making any further changes to the resources then terrafom should report that there are no changes to be made when doingterraform plan
.Actual Behavior
Running
terraform plan
after doing aterraform apply
. Will produce the following output:The text was updated successfully, but these errors were encountered: