Open marissaeinhorn opened 2 years ago
Moving terraform code into modules means the rebuild VM task is no longer working. Need to take input of enclave and vm name for task to run. Command will be terraform destroy -target=module.<enclave>.vsphere_virtual_machine.<vm name>
rebuild VM
terraform destroy -target=module.<enclave>.vsphere_virtual_machine.<vm name>
Moving terraform code into modules means the
rebuild VM
task is no longer working. Need to take input of enclave and vm name for task to run. Command will beterraform destroy -target=module.<enclave>.vsphere_virtual_machine.<vm name>