Skip to content

Commit d06b64b

Browse files
rootroot
authored andcommitted
fix bugs
1 parent 40b4e2e commit d06b64b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.terrahub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ template:
1414
provider:
1515
google: {}
1616
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ Your output should be similar to the one below:
113113

114114
Run the following command in terminal:
115115
```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
119119
```
120120

121121
Your output should be similar to the one below:
@@ -249,5 +249,5 @@ Your output should be similar to the one below:
249249

250250
Run the following command in terminal:
251251
```
252-
curl https://us-central1-terrahub-demo-xxxxxxxx.cloudfunctions.net/demofunctionxxxxxxxx
252+
curl https://us-central1-terrahub-123456.cloudfunctions.net/demofunctionxxxxxxxx
253253
```

demo_storage_bucket/.terrahub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ component:
88
demo_storage_bucket:
99
name: 'demo_storage_bucket_${local.project["code"]}'
1010
location: US
11-
project: terrahub-demo-f2754a99
11+
project: terrahub-123456
1212
output:
1313
id:
1414
value: '${google_storage_bucket.demo_storage_bucket.id}'

0 commit comments

Comments
 (0)