Skip to content

Commit b4344bf

Browse files
authored
Create parameters.yaml
1 parent 4123b99 commit b4344bf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

parameters.yaml

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

0 commit comments

Comments
 (0)