-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsentinel.hcl
34 lines (27 loc) · 992 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
import "module" "helpers" {
source = "./modules/helpers.sentinel"
}
policy "enforce_transfer_lock_state" {
source = "./policies/enforce_transfer_lock_state/enforce_transfer_lock_state.sentinel"
enforcement_level = "advisory"
}
policy "enforce_auto_renew_state" {
source = "./policies/enforce_auto_renew_state/enforce_auto_renew_state.sentinel"
enforcement_level = "advisory"
}
policy "enforce_whois_privacy_state" {
source = "./policies/enforce_whois_privacy_state/enforce_whois_privacy_state.sentinel"
enforcement_level = "advisory"
}
policy "enforce_dnssec_state" {
source = "./policies/enforce_dnssec_state/enforce_dnssec_state.sentinel"
enforcement_level = "advisory"
}
policy "enforce_contact_id" {
source = "./policies/enforce_contact_id/enforce_contact_id.sentinel"
enforcement_level = "advisory"
}
policy "enforce_domain_delegation" {
source = "./policies/enforce_domain_delegation/enforce_domain_delegation.sentinel"
enforcement_level = "advisory"
}