@@ -167,10 +167,26 @@ Your output should be similar to the one below:
167
167
168
168
> NOTE: If you want to jump directly to terraform automation part of the demo,
169
169
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
+ ```
174
190
175
191
## Copy Source Code for Google Function and Static Website
176
192
@@ -205,21 +221,6 @@ Your output should be similar to the one below:
205
221
✅ Done
206
222
```
207
223
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
-
223
224
## Customize TerraHub Component for Storage Bucket
224
225
225
226
Run the following commands in terminal:
0 commit comments