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 a VM is deleted, all the associated linuxbox resources should be automatically deleted as well. Unfortunately, Terraform is not able to make the distinction properly. This leads to issues when running terraform apply.
One proposed solution is to:
check call would assume unchanged if it can’t reach instance (perhaps logging a warning)
destroy would succeed
apply would fail
The text was updated successfully, but these errors were encountered:
When a VM is deleted, all the associated linuxbox resources should be automatically deleted as well. Unfortunately, Terraform is not able to make the distinction properly. This leads to issues when running
terraform apply
.One proposed solution is to:
The text was updated successfully, but these errors were encountered: