Skip to content

Commit f287e94

Browse files
committed
added aws-functions module to aws policy set
1 parent fc4f894 commit f287e94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

governance/third-generation/aws/sentinel.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ module "tfconfig-functions" {
1010
source = "../common-functions/tfconfig-functions/tfconfig-functions.sentinel"
1111
}
1212

13+
module "aws-functions" {
14+
source = "./aws-functions/aws-functions.sentinel"
15+
}
16+
1317
policy "enforce-mandatory-tags" {
1418
enforcement_level = "advisory"
1519
}

0 commit comments

Comments
 (0)