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 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
100100Run 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
139139Run the following commands in terminal:
140140``` shell
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ component:
22 name : api_gateway_rest_api
33 dependsOn :
44 - lambda
5+ mapping :
6+ - ../api_swagger.json.tpl
Original file line number Diff line number Diff line change 11component :
22 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