rakutentech / terraform-provider-vsphere

[DEPRECATED] Terraform Custom Provider for VMware vSphere
Mozilla Public License 2.0
82 stars 30 forks source link

The attempted operation cannot be performed in the current state (Powered off). #47

Open uzd opened 9 years ago

uzd commented 9 years ago

Hi, The scenario:

  1. terraform apply
  2. VM starts correctly
  3. manually turn it off
  4. terraform destroy fails with the following message:
    • vsphere_virtual_machine.consul-server: The attempted operation cannot be performed in the current state (Powered off).

I found that nsidc/vagrant-vsphere also had this issue and they closed it : GH-77