Skip to content

Commit ac204b9

Browse files
committed
fix: add parameters default values
1 parent 3789b65 commit ac204b9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
parameters:
2+
# A key with no controls (global)
3+
- key: awsRdsBaselineRestorableTimeInHrs
4+
value: 72
5+
6+
# A key with some controls (not global)
7+
- key: awsMandatoryTags
8+
value: '{"name", "env"}'
9+
controls:
10+
- "ControlC"
11+
- "ControlD"
12+
13+
# Another key with no controls (global)
14+
- key: awsIamUserKeyRotateDays
15+
value: 90
16+
17+
# Another key with no controls (global)
18+
- key: awsIamServerCertificateAge
19+
value: 90

0 commit comments

Comments
 (0)