Skip to content

Commit e3cb718

Browse files
authored
Align list numbers with dir names (#28)
1 parent 1a66621 commit e3cb718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cloud Build has been chosen to allow teams to quickly get started without needin
77
This repo contains several distinct Terraform projects each within their own directory that must be applied seperately, but in sequence.
88
Each of these Terraform projects are to be layered on top of each other, running in the following order.
99

10-
### 1. [bootstrap](./0-bootstrap/README.md)
10+
### 0. [bootstrap](./0-bootstrap/README.md)
1111

1212
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).
1313
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
2222
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.
2323
Usage instructions are available in the bootstrap [README](./0-bootstrap/README.md).
2424

25-
### 2. [org](./1-org/README.md)
25+
### 1. [org](./1-org/README.md)
2626

2727
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.
2828
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
6767

6868
Usage instructions are available for the org step in the [README](./1-org/README.md).
6969

70-
### 3. [networks](./2-networks/README.md)
70+
### 2. [networks](./2-networks/README.md)
7171

7272
This step focuses on creating a Shared VPC per environment (prod & nonprod) in a standard configuration with a reasonable security baseline. Currently this includes:
7373

@@ -83,7 +83,7 @@ This step focuses on creating a Shared VPC per environment (prod & nonprod) in a
8383

8484
Usage instructions are available for the network step in the [README](./2-networks/README.md).
8585

86-
### 4. [projects](./3-projects/README.md)
86+
### 3. [projects](./3-projects/README.md)
8787

8888
This step, is focused on creating service projects in a standard configuration that are attached to the Shared VPC created in the previous step.
8989
Running this code as-is should generate a structure as shown below:

0 commit comments

Comments
 (0)