Skip to content

Commit 702d05a

Browse files
authored
Update README.md
1 parent 6ff2492 commit 702d05a

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
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+
```

0 commit comments

Comments
 (0)