Skip to content

Commit 88d3b1a

Browse files
committed
minor improvement
1 parent f4a01f3 commit 88d3b1a

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,26 @@ Your output should be similar to the one below:
167167

168168
> NOTE: If you want to jump directly to terraform automation part of the demo,
169169
instead of creating `demo-terraform-automation-gcp` from scratch, clone current
170-
repository, follow the instructions for `Copy Source Code for Google Function
171-
and Static Website`, after jump to `Update Project Config` and skip down to
172-
`Visualize TerraHub Components`. This way you will fast forward through terrahub
173-
components creation and customization, and switch directly to the automation part.
170+
repository, follow the instructions for `Update TerraHub's Project Config`,
171+
continue to `Copy Source Code for Google Function and Static Website` and then
172+
jump down to `Visualize TerraHub Components`. This way you will fast forward
173+
through terrahub components creation and customization, and switch directly to
174+
automation part.
175+
176+
## Update TerraHub's Project Config
177+
178+
Run the following commands in terminal:
179+
```shell
180+
terrahub configure -c terraform.version=0.11.11
181+
terrahub configure -c template.provider.google={}
182+
terrahub configure -c template.locals.google_project_id="${GOOGLE_CLOUD_PROJECT}"
183+
terrahub configure -c template.locals.google_billing_account="${BILLING_ID}"
184+
```
185+
186+
Your output should be similar to the one below:
187+
```
188+
✅ Done
189+
```
174190

175191
## Copy Source Code for Google Function and Static Website
176192

@@ -205,21 +221,6 @@ Your output should be similar to the one below:
205221
✅ Done
206222
```
207223

208-
## Update Project Config
209-
210-
Run the following commands in terminal:
211-
```shell
212-
terrahub configure -c terraform.version=0.11.11
213-
terrahub configure -c template.provider.google={}
214-
terrahub configure -c template.locals.google_project_id="${GOOGLE_CLOUD_PROJECT}"
215-
terrahub configure -c template.locals.google_billing_account="${BILLING_ID}"
216-
```
217-
218-
Your output should be similar to the one below:
219-
```
220-
✅ Done
221-
```
222-
223224
## Customize TerraHub Component for Storage Bucket
224225

225226
Run the following commands in terminal:

0 commit comments

Comments
 (0)