File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 1- # GSP345-Automating-Infrastructure-on-Google-Cloud-with-Terraform-Challenge-Lab
2- Automating Infrastructure on Google Cloud with Terraform: Challenge Lab (GSP345)
1+ ## Automating Infrastructure on Google Cloud with Terraform: Challenge Lab (GSP345)
2+
3+ ====================== Setup : Create the configuration files ======================
4+ Make the empty files and directories in Cloud Shell or the Cloud Shell Editor.
5+ ------------------------------------------------------------------------------------
6+
7+ ```
8+ touch main.tf
9+ touch variables.tf
10+ mkdir modules
11+ cd modules
12+ mkdir instances
13+ cd instances
14+ touch instances.tf
15+ touch outputs.tf
16+ touch variables.tf
17+ cd ..
18+ mkdir storage
19+ cd storage
20+ touch storage.tf
21+ touch outputs.tf
22+ touch variables.tf
23+ cd
24+ ```
You can’t perform that action at this time.
0 commit comments