Skip to content

Commit 1a66621

Browse files
authored
Fix punctuation in the readme file (#27)
1 parent 18d5fa0 commit 1a66621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# terraform-example-foundation
22
This is an example repo showing how the CFT Terraform modules can be composed to build a secure GCP foundation.
3-
The supplied structure and code is intended to form a starting point for building your own foundation with pragmatic defaults you can customize to meet your own requirements. Currently, the code leverages Google Cloud Build for deployment of the Terraform from steps 2 onward.
3+
The supplied structure and code is intended to form a starting point for building your own foundation with pragmatic defaults you can customize to meet your own requirements. Currently, the code leverages Google Cloud Build for deployment of the Terraform from step 2 onwards.
44
Cloud Build has been chosen to allow teams to quickly get started without needing to deploy a CI/CD tool, although it is worth noting the code can easily be executed by your preferred tool.
55

66
## Overview
77
This repo contains several distinct Terraform projects each within their own directory that must be applied seperately, but in sequence.
8-
Each of these Terraform prjects are to be layered on top of each other, running in the following order.
8+
Each of these Terraform projects are to be layered on top of each other, running in the following order.
99

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

0 commit comments

Comments
 (0)