File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ project:
66 exclude :
77 - ' **/.terraform/*'
88 - ' **/node_modules/*'
9+ - ' **/.git/**'
10+ terraform :
11+ varFile :
12+ - default.tfvars
13+ version : 0.11.11
914template :
1015 locals :
1116 account_id : 123456789012
@@ -15,7 +20,3 @@ template:
1520 region : ' ${local.region}'
1621 allowed_account_ids :
1722 - ' ${local.account_id}'
18- terraform :
19- varFile :
20- - default.tfvars
21- version : 0.11.7
Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ Your output should be similar to the one below:
110110
111111Run the following command in terminal:
112112``` shell
113+ terrahub configure -c terraform.version=0.11.11
114+ terrahub configure -c template.provider.aws.region=' ${local.region}'
115+ terrahub configure -c template.provider.aws.allowed_account_ids[0]=' ${local.account_id}'
113116terrahub configure -c template.locals.account_id=" ${AWS_ACCOUNT_ID} "
114117terrahub configure -c template.locals.region=" ${AWS_DEFAULT_REGION} "
115118```
You can’t perform that action at this time.
0 commit comments