File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ terraform:
1414 - default.tfvars
1515
1616template :
17+ locals :
18+ account_id : 123456789012
19+ region : us-east-1
1720 terraform :
1821 backend :
1922 local :
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Outputs:
195195
196196## Test Deployed Cloud Resources
197197
198- Check if backend was deployed successfully. Run the following command in terminal (replace [[ REDACTED]] with your value):
198+ Check if backend was deployed successfully. Run the following command in terminal (replace ` [[REDACTED]] ` with your value):
199199```
200200curl https://[[REDACTED]].execute-api.us-east-1.amazonaws.com/demo
201201```
Original file line number Diff line number Diff line change 11component :
22 name : vpc
3- sentinel :
4- - default.sentinel
3+
4+ hook :
5+ apply :
6+ sentinel :
7+ path : [ default.sentinel ]
8+ version : 0.14.2
You can’t perform that action at this time.
0 commit comments