File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ terrahub@0.0.1 (built: 2018-04-14T19:15:39.787Z)
95
95
> NOTE: If you don't have TerraHub CLI, check out this
96
96
[ installation guide] ( https://www.npmjs.com/package/terrahub )
97
97
98
- ## Configure Automation using TerraHub
98
+ ## Configure Terraform Automation using TerraHub
99
99
100
100
Run the following commands in terminal:
101
101
``` shell
@@ -134,7 +134,7 @@ Your output should be similar to the one below:
134
134
✅ Done
135
135
```
136
136
137
- ## Update Project Config in TerraHub
137
+ ## Configure Active AWS Account and AWS Region
138
138
139
139
Run the following commands in terminal:
140
140
``` shell
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ component:
2
2
name : api_gateway_rest_api
3
3
dependsOn :
4
4
- lambda
5
+ mapping :
6
+ - ../api_swagger.json.tpl
Original file line number Diff line number Diff line change 1
1
component :
2
2
name : iam_role
3
+ mapping :
4
+ - ../iam_assume_policy.json.tpl
5
+ - ../iam_trust_policy.json.tpl
You can’t perform that action at this time.
0 commit comments