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:
14
14
- default.tfvars
15
15
16
16
template :
17
+ locals :
18
+ account_id : 123456789012
19
+ region : us-east-1
17
20
terraform :
18
21
backend :
19
22
local :
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Outputs:
195
195
196
196
## Test Deployed Cloud Resources
197
197
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):
199
199
```
200
200
curl https://[[REDACTED]].execute-api.us-east-1.amazonaws.com/demo
201
201
```
Original file line number Diff line number Diff line change 1
1
component :
2
2
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