Skip to content

Commit adf613f

Browse files
committed
update order of terrahub commands
1 parent 93e0132 commit adf613f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.terrahub.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
914
template:
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Your output should be similar to the one below:
110110

111111
Run 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}'
113116
terrahub configure -c template.locals.account_id="${AWS_ACCOUNT_ID}"
114117
terrahub configure -c template.locals.region="${AWS_DEFAULT_REGION}"
115118
```

0 commit comments

Comments
 (0)