Skip to content

Commit 60b4192

Browse files
authored
Merge pull request #36 from TerraHubCorp/dev
New master release with docs improvements and minor improvements in codebase
2 parents 6e26d07 + bda3005 commit 60b4192

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.terrahub.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ terraform:
1414
- default.tfvars
1515

1616
template:
17+
locals:
18+
account_id: 123456789012
19+
region: us-east-1
1720
terraform:
1821
backend:
1922
local:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
200200
curl https://[[REDACTED]].execute-api.us-east-1.amazonaws.com/demo
201201
```

vpc/.terrahub.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
component:
22
name: vpc
3-
sentinel:
4-
- default.sentinel
3+
4+
hook:
5+
apply:
6+
sentinel:
7+
path: [ default.sentinel ]
8+
version: 0.14.2

0 commit comments

Comments
 (0)