Skip to content

Commit 4715b68

Browse files
committed
fix: add default global value for awsMandatoryTags
1 parent ac204b9 commit 4715b68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compliance/parameters-default-values/aws_rds.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ parameters:
1010
- "ControlC"
1111
- "ControlD"
1212

13+
- key: awsMandatoryTags
14+
value: '{"name", "env"}'
15+
1316
# Another key with no controls (global)
1417
- key: awsIamUserKeyRotateDays
1518
value: 90

0 commit comments

Comments
 (0)