Skip to content

Commit 38b5cef

Browse files
committed
feat: add parameters
1 parent 3a96711 commit 38b5cef

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

parameters.yaml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
type: parameters
22
parameters:
3-
# A key with no controls (global)
43
- key: awsRdsBaselineRestorableTimeInHrs
54
value: 72
65

@@ -28,38 +27,32 @@ parameters:
2827
- key: azureAppTierTags
2928
value: '{"name": "env"}'
3029

31-
# Another key with no controls (global)
3230
- key: awsIamUserKeyRotateDays
33-
value: '90'
31+
value: 90
3432

35-
# Another key with no controls (global)
3633
- key: awsIamServerCertificateAge
37-
value: '90'
34+
value: 90
3835

39-
# Another key with no controls (global)
4036
- key: entraidClientSecretExpireDays
41-
value: '90'
37+
value: 90
4238

43-
# Another key with no controls (global)
4439
- key: azureSufficientDaysBeforeCertificateExpiry
45-
value: '90'
40+
value: 90
4641

47-
# Another key with no controls (global)
4842
- key: azureKeyVaultKeyExpirationDateDays
49-
value: '90'
43+
value: 90
5044

51-
# Another key with no controls (global)
5245
- key: azureCmkSecretExpireDays
53-
value: '90'
46+
value: 90
5447

5548
- key: azureDiskSnapshotAgeThreshold
56-
value: '365'
49+
value: 365
5750

5851
- key: entraidClientSecretExpireDays
59-
value: '30'
52+
value: 30
6053

6154
- key: awsIamUserPasswordExpirationDays
62-
value: '7'
55+
value: 7
6356
- key: azureAllowedKeyTypes
6457
value: 'EC-HSM, RSA, EC, RSA-HSM, oct-HSM'
6558

0 commit comments

Comments
 (0)