File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ template:
14
14
provider :
15
15
google : {}
16
16
locals :
17
- google_project_id : terrahub-demo-f2754a99
18
- google_billing_account : 0194A4-8A0AAF-6F01FE
17
+ google_project_id : terrahub-123456
18
+ google_billing_account : 123456-ABCDEF-ZYXWVU
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ Your output should be similar to the one below:
113
113
114
114
Run the following command in terminal:
115
115
``` shell
116
- terrahub component -t google_storage_bucket -n demo_storage_bucket && \
117
- terrahub component -t google_storage_bucket_object -n demo_object -o ../demo_storage_bucket && \
118
- terrahub component -t google_cloudfunctions_function -n demo_function -o ../demo_object
116
+ terrahub component -t google_storage_bucket -n demo_storage_bucket \
117
+ && terrahub component -t google_storage_bucket_object -n demo_object -o ../demo_storage_bucket \
118
+ && terrahub component -t google_cloudfunctions_function -n demo_function -o ../demo_object
119
119
```
120
120
121
121
Your output should be similar to the one below:
@@ -249,5 +249,5 @@ Your output should be similar to the one below:
249
249
250
250
Run the following command in terminal:
251
251
```
252
- curl https://us-central1-terrahub-demo-xxxxxxxx .cloudfunctions.net/demofunctionxxxxxxxx
252
+ curl https://us-central1-terrahub-123456 .cloudfunctions.net/demofunctionxxxxxxxx
253
253
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ component:
8
8
demo_storage_bucket :
9
9
name : ' demo_storage_bucket_${local.project["code"]}'
10
10
location : US
11
- project : terrahub-demo-f2754a99
11
+ project : terrahub-123456
12
12
output :
13
13
id :
14
14
value : ' ${google_storage_bucket.demo_storage_bucket.id}'
You can’t perform that action at this time.
0 commit comments