harikrishna-patnala commented on issue #24:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/24#issuecomment-994303472


   @vladimirpetrov I see that there is "expunge" param that we can set in 
terraform VM resource configuration.resource 
   "cloudstack_instance" "VM1" {
   name = "VM1"
   service_offering = "Small Instance"
   template = cloudstack_template.Template.id
   network_id = cloudstack_network.N1.id
   zone = "${var.zoneId}"
   **expunge = true**
   }
   
   I tried this with destroy command and it expunged the VM. can you please try 
that as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to