This is a simple proyect to move VMs from VMware ESXi to Google Cloud using Terraform.
- Put your configs in
dev/terraform.tfvars. - Go to
devfolder in your terminal. - Type
terraform initand thenterraform apply.
- You need the ESXi IP and user/pass.
- Turn off the VM in VMware before start or it fails.
- Dont upload your service account JSON to Github!! Use the
.gitignore.
I hope this help someone. Sorry for my bad english.