I am trying to understand how installation of PCF on GCP can be done by Terraforming-GCP. After going through available documentation. I understood it involves 4 steps,
- Prepare GCP env,
- Install Ops Manager,
- Install Bosh Director,
- Install Elastic Runtime
AFAIK using Terraform scripts we can automate,
- Prepare GCP env
- Install Ops Manager
So do we have any APIs(provided by Pivotal) for Elastic Runtime? To create automated scripts for Elastic Runtime.
I searched in Pivotal docs & couldn't find them. Any help is appreciated.