Skip to content

Commit 62a9d72

Browse files
committed
add policy to sentinel.hcl
1 parent c59f589 commit 62a9d72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

governance/third-generation/aws/sentinel.hcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ policy "enforce-mandatory-tags" {
1919
enforcement_level = "advisory"
2020
}
2121

22+
policy "protect-against-rds-instance-deletion" {
23+
source = "./protect-against-rds-instance-deletion.sentinel"
24+
enforcement_level = "advisory"
25+
}
26+
2227
policy "require-dns-support-for-vpcs" {
2328
source = "./require-dns-support-for-vpcs.sentinel"
2429
enforcement_level = "advisory"

0 commit comments

Comments
 (0)