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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# terraform-example-foundation
2
2
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.
4
4
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.
5
5
6
6
## Overview
7
7
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.
0 commit comments