Skip to content

Commit 69b4f86

Browse files
committed
add missing mapping config
1 parent b52f712 commit 69b4f86

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ terrahub@0.0.1 (built: 2018-04-14T19:15:39.787Z)
9595
> NOTE: If you don't have TerraHub CLI, check out this
9696
[installation guide](https://www.npmjs.com/package/terrahub)
9797

98-
## Configure Automation using TerraHub
98+
## Configure Terraform Automation using TerraHub
9999

100100
Run the following commands in terminal:
101101
```shell
@@ -134,7 +134,7 @@ Your output should be similar to the one below:
134134
✅ Done
135135
```
136136

137-
## Update Project Config in TerraHub
137+
## Configure Active AWS Account and AWS Region
138138

139139
Run the following commands in terminal:
140140
```shell

api_gateway_rest_api/.terrahub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ component:
22
name: api_gateway_rest_api
33
dependsOn:
44
- lambda
5+
mapping:
6+
- ../api_swagger.json.tpl

iam_role/.terrahub.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
component:
22
name: iam_role
3+
mapping:
4+
- ../iam_assume_policy.json.tpl
5+
- ../iam_trust_policy.json.tpl

0 commit comments

Comments
 (0)