You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Cloud Build has been chosen to allow teams to quickly get started without needin
7
7
This repo contains several distinct Terraform projects each within their own directory that must be applied seperately, but in sequence.
8
8
Each of these Terraform projects are to be layered on top of each other, running in the following order.
9
9
10
-
### 1. [bootstrap](./0-bootstrap/README.md)
10
+
### 0. [bootstrap](./0-bootstrap/README.md)
11
11
12
12
This stage executes the [CFT Bootstrap module](https://github.com/terraform-google-modules/terraform-google-bootstrap) which bootstraps an existing GCP organization, creating all the required GCP resources & permissions to start using the Cloud Foundation Toolkit (CFT).
13
13
This includes; projects, service accounts and a Terraform state bucket. After executing this step, you will have the following structure:
@@ -22,7 +22,7 @@ In addition, this step uses the optional Cloud Build submodule, which sets up Cl
22
22
A simple trigger mechanism is configured, which runs a `terraform plan` for any non master branch and `terraform apply` when changes are merged to the master branch.
23
23
Usage instructions are available in the bootstrap [README](./0-bootstrap/README.md).
24
24
25
-
### 2. [org](./1-org/README.md)
25
+
### 1. [org](./1-org/README.md)
26
26
27
27
The purpose of this stage is to set up top level folders used to house projects which contain shared resources such as monitoring, networking, org level logging and also to set baseline security settings through organizational policy.
28
28
This will create the following folder & project structure:
@@ -67,7 +67,7 @@ A full list of policies is [available here](https://cloud.google.com/resource-ma
67
67
68
68
Usage instructions are available for the org step in the [README](./1-org/README.md).
69
69
70
-
### 3. [networks](./2-networks/README.md)
70
+
### 2. [networks](./2-networks/README.md)
71
71
72
72
This step focuses on creating a Shared VPC per environment (prod & nonprod) in a standard configuration with a reasonable security baseline. Currently this includes:
73
73
@@ -83,7 +83,7 @@ This step focuses on creating a Shared VPC per environment (prod & nonprod) in a
83
83
84
84
Usage instructions are available for the network step in the [README](./2-networks/README.md).
85
85
86
-
### 4. [projects](./3-projects/README.md)
86
+
### 3. [projects](./3-projects/README.md)
87
87
88
88
This step, is focused on creating service projects in a standard configuration that are attached to the Shared VPC created in the previous step.
89
89
Running this code as-is should generate a structure as shown below:
0 commit comments