Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Error: Error applying plan:
  2.  
  3. 4 error(s) occurred:
  4.  
  5. * vcd_vapp_vm.db[0] (destroy): 1 error(s) occurred:
  6.  
  7. * vcd_vapp_vm.db.0: error Undeploying vApp: &errors.errorString{s:"error undeploy vApp: API Error: 400: [ 39d2d0ef-44e5-4098-afcb-c3023d921237 ] The entity internal-network is busy completing an operation VAPP_UNDEPLOY_POWER_OFF."}
  8. * vcd_vapp_vm.web[2] (destroy): 1 error(s) occurred:
  9.  
  10. * vcd_vapp_vm.web.2: error Undeploying vApp: &errors.errorString{s:"error undeploy vApp: API Error: 400: [ 50744b0b-70bc-46df-8335-08a5879a30dd ] The entity external-network is busy completing an operation VAPP_UNDEPLOY_POWER_OFF."}
  11. * vcd_vapp_vm.app[1] (destroy): 1 error(s) occurred:
  12.  
  13. * vcd_vapp_vm.app.1: error Undeploying vApp: &errors.errorString{s:"error undeploy vApp: API Error: 400: [ 5c93a796-94ed-4fa5-8351-0d3ad9b66e5a ] The entity app-01 is busy completing an operation VAPP_UNDEPLOY_POWER_OFF."}
  14. * vcd_vapp_vm.web[0] (destroy): 1 error(s) occurred:
  15.  
  16. * vcd_vapp_vm.web.0: error Undeploying vApp: &errors.errorString{s:"error undeploy vApp: API Error: 400: [ ac26f418-3427-4a39-9c87-6b4abfed4b3c ] The entity external-network is busy completing an operation VAPP_UNDEPLOY_POWER_OFF."}
  17.  
  18. Terraform does not automatically rollback in the face of errors.
  19. Instead, your Terraform state file has been partially updated with
  20. any resources that successfully completed. Please address the error
  21. above and apply again to incrementally change your infrastructure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement