-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsentinel.hcl
47 lines (36 loc) · 1012 Bytes
/
sentinel.hcl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module "tfplan-functions" {
source = "./tfplan-functions/tfplan-functions.sentinel"
}
module "tfconfig-functions" {
source = "./tfconfig-functions/tfconfig-functions.sentinel"
}
module "tfstate-functions" {
source = "./tfstate-functions/tfstate-functions.sentinel"
}
policy "restrict-destination-address-rules" {
enforcement_level = "soft-mandatory"
}
policy "restrict-source-address-rules" {
enforcement_level = "soft-mandatory"
}
policy "restrict-l2-security-zones" {
enforcement_level = "hard-mandatory"
}
policy "enforce-app-objects-description" {
enforcement_level = "hard-mandatory"
}
policy "restrict-vlan" {
enforcement_level = "hard-mandatory"
}
policy "restrict-interface-link-state" {
enforcement_level = "soft-mandatory"
}
// policy "restrict-static-routes" {
// enforcement_level = "hard-mandatory"
// }
// policy "restrict-nat-rules" {
// enforcement_level = "hard-mandatory"
// }
// policy "restrict-interface-mtu" {
// enforcement_level = "hard-mandatory"
// }