-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vcd provider problem with resources deleted outside of terraform #611
Comments
Hello, |
We have no timeline for this issue yet. We are aware of it and we'll look into it when we clear the current backlog |
@dataclouder when, approximately, will the current backlog be cleared? |
Sorry, can't provide any detail yet. We are currently focused on different priorities |
+1 |
1 similar comment
+1 |
Hi, I really consider this problem a major. How may it be prioritized or at least remediated? |
+1 |
Hi, |
Same issue hereTerraform 0.15.5 |
Solved and fix will be released in 3.6 |
Hello,
Current version of Terraform vcd provider (v3.1.0) does not seem to work in the scenario if some of the vCD resources (vApps) are deleted from vCD manually / outside of terraform. vcd provider just gives a generic error and does not work. One needs to figure out the missing vCD resource somehow, and then manually delete it from the terraform state to get the vcd provider working again.
Earlier version of vcd provider (v2.3.0) did work OK in this scenario, ie. it noticed the resource (vApp/VM) is missing from vCD, and re-provisioned it to fix the situation automatically.
Terraform Version
terraform v0.12.29
terraform vcd provider v3.1.0
Affected Resource(s)
Expected Behavior
Actual Behavior
Error: error finding Vapp: [ENF] entity not found
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
and get some vapps/VMs provisioned to vCD.terraform plan
,terraform apply
orterraform destroy
again and it'll fail with a generic error which doesn't mention which resource is not found / missing.Important Factoids
Currently running vCD 10.1.2
The text was updated successfully, but these errors were encountered: