File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ project:
10
10
terraform :
11
11
varFile :
12
12
- default.tfvars
13
+ version : 0.11.11
13
14
template :
14
15
provider :
15
16
google : {}
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Your output should be similar to the one below:
91
91
```
92
92
Usage: terrahub [command] [options]
93
93
94
- terrahub@0.2.2 (built: 2019-02-28T13:32:40.386Z )
94
+ terrahub@0.1.1 (built: 2018-04-07T19:15:39.787Z )
95
95
```
96
96
97
97
> NOTE: If you don't have TerraHub CLI, check out this
@@ -127,6 +127,7 @@ Your output should be similar to the one below:
127
127
128
128
Run the following command in terminal:
129
129
``` shell
130
+ terrahub configure -c terraform.version=0.11.11
130
131
terrahub configure -c template.provider.google={}
131
132
terrahub configure -c template.locals.google_project_id=" ${GOOGLE_CLOUD_PROJECT} "
132
133
terrahub configure -c template.locals.google_billing_account=" ${BILLING_ID} "
You can’t perform that action at this time.
0 commit comments