Creates GPC instances in Google Cloud Platform using terraform.
- Operating system: Linux, Mac OS X, Windows.
- Terraform
- Generate a Service account and update the provider.tf file with the path to the JSON file.
- Update the vars.tf file with the proper values for your deployment.
```
$ terraform plan -out /tmp/create
$ terraform apply /tmp/create
```
```
$ terraform plan -destroy -out /tmp/delete
$ terraform apply /tmp/delete
```
- IP addresses of the instances generated.