Migrate existing infrastructure in GCP to Terraform state.
We do have around 200 VMs/VPC/Subnet/Firewall running in GCP which were created without terraform; If we want to migrate them to terraform state could you suggest better ways.
Migrate existing infrastructure in GCP to Terraform state.
We do have around 200 VMs/VPC/Subnet/Firewall running in GCP which were created without terraform; If we want to migrate them to terraform state could you suggest better ways.
Hello,
You can export your Google Cloud resources to terraform: Export your Google Cloud resources into Terraform format
Thanks,
Trung.