Skip to content

Commit a3c9f62

Browse files
rootroot
authored andcommitted
fix bugs
1 parent d06b64b commit a3c9f62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.terrahub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ project:
1010
terraform:
1111
varFile:
1212
- default.tfvars
13+
version: 0.11.11
1314
template:
1415
provider:
1516
google: {}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Your output should be similar to the one below:
9191
```
9292
Usage: terrahub [command] [options]
9393
94-
terrahub@0.2.2 (built: 2019-02-28T13:32:40.386Z)
94+
terrahub@0.1.1 (built: 2018-04-07T19:15:39.787Z)
9595
```
9696

9797
> NOTE: If you don't have TerraHub CLI, check out this
@@ -127,6 +127,7 @@ Your output should be similar to the one below:
127127

128128
Run the following command in terminal:
129129
```shell
130+
terrahub configure -c terraform.version=0.11.11
130131
terrahub configure -c template.provider.google={}
131132
terrahub configure -c template.locals.google_project_id="${GOOGLE_CLOUD_PROJECT}"
132133
terrahub configure -c template.locals.google_billing_account="${BILLING_ID}"

0 commit comments

Comments
 (0)