File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ project:
6
6
exclude :
7
7
- ' **/.terraform/*'
8
8
- ' **/node_modules/*'
9
+ - ' **/.git/**'
10
+ terraform :
11
+ varFile :
12
+ - default.tfvars
13
+ version : 0.11.11
9
14
template :
10
15
locals :
11
16
account_id : 123456789012
@@ -15,7 +20,3 @@ template:
15
20
region : ' ${local.region}'
16
21
allowed_account_ids :
17
22
- ' ${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:
110
110
111
111
Run the following command in terminal:
112
112
``` 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}'
113
116
terrahub configure -c template.locals.account_id=" ${AWS_ACCOUNT_ID} "
114
117
terrahub configure -c template.locals.region=" ${AWS_DEFAULT_REGION} "
115
118
```
You can’t perform that action at this time.
0 commit comments