forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcp-terraform.html.md.erb
41 lines (23 loc) · 2 KB
/
gcp-terraform.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Installing Pivotal Platform on GCP Using Terraform
owner: Ops Manager
---
<% current_page.data.title = "Installing " + vars.product_name + " on GCP Using Terraform" %>
This topic explains how to install <%= vars.product_name %> on GCP using Terraform.
## <a id="overview"></a> Overview
You can install <%= vars.product_name %> on GCP with either the Pivotal Application Service (PAS) or Pivotal Container Service (PKS) runtime.
To install <%= vars.product_name %> on GCP using Terraform, do one of the following:
* Install with PAS. See [Install on PAS Using Terraform](#terraform-pas).
* Install with PKS. See [Install on PKS Using Terraform](#terraform-pks).
## <a id="terraform-pas"></a> Install with PAS Using Terraform
To install with PAS using Terraform, do the following:
1. Deploy Pivotal Operations Manager. See [Deploying Ops Manager on GCP Using Terraform](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/prepare-env-terraform.html).
1. Configure BOSH Director. See [Configuring BOSH Director on GCP Using Terraform](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/config-terraform.html).
1. (Optional) Configure a shared VPC. See [(Optional) Configuring a Shared VPC on GCP](./gcp-shared-vpc.html).
1. Configure PAS. See [Configuring PAS](./configure-pas.html).
## <a id="terraform-pks"></a> Install with PKS Using Terraform
To install with PKS using Terraform, do the following:
1. Deploy Ops Manager. See [Deploying Ops Manager on GCP Using Terraform](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/prepare-env-terraform.html).
1. Configure BOSH Director. See [Configuring BOSH Director on GCP Using Terraform](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/gcp/config-terraform.html).
1. (Optional). Configure a shared VPC. See [(Optional) Configuring a Shared VPC on GCP](./gcp-shared-vpc.html).
1. Configure PKS. See [Installing PKS on GCP](https://docs.pivotal.io/pks/installing-pks-gcp.html).