This repository is used to create VM's in vSphere from template
create terraform.tfvars using terraform.tfvars_example
Initialize terraform
terraform init <path>/terraform/vsphereCreate VM from template using terraform apply
terraform apply '-var-file=terraform.tfvars' -auto-approve <path>/terraform/vsphereDelete the VM using terraform destroy
terraform destroy '-var-file=terraform.tfvars' -auto-approve <path>/terraform/vsphere