Use the Setting Up Automation tab on a client record to enter the client's GCP account details and work through the four setup stages.
Steps
On the client record, select the Setting Up Automation tab.
In the client billing information, enter the Billing account value.
Enter the GCP Account Email value.
Select 1 Install Terraform.
Follow the Install Terraform link to install Terraform on your local machine.
Select Next to open 2 Install the Google Cloud SDK.
Follow the Install the Google Cloud SDK link to install the SDK.
Authenticate your session by running
gcloud auth application-default login.Select Next to open 3 Configure Instance.
In Advanced settings, select a value for Region.
Use the region picker link to choose a region.
Select a value for Machine type.
Enter a value of at least 10 for File System Disk Size (in GB).
Enter a value of at least 10 for Data Base Disk Size (in GB).
Select Apply.
Select Next to open 4 Initialize.
Select Download ZIP. The generated ZIP archive downloads.
Run
terraform initto download the necessary provider plugins.Run
terraform plan -out=tfplanto show the resources Terraform will create.Review the plan before applying it.
Running
terraform apply -auto-approve tfplanbuilds real infrastructure in the client's GCP account.Run
terraform apply -auto-approve tfplan.At any stage, select Back to return to an earlier stage.

