Skip to content

Commit 39e3f06

Browse files
authored
Update parameters.yaml
1 parent ad73b10 commit 39e3f06

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

parameters.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,44 @@ parameters:
77
- key: awsMandatoryTags
88
value: '{"name", "env"}'
99

10+
- key: awsAppTierTags
11+
value: '{"name", "env"}'
12+
13+
- key: awsDatabaseTierTags
14+
value: '{"name", "env"}'
15+
16+
- key: azureDatabaseTierTags
17+
value: '{"name", "env"}'
18+
19+
- key: azureWebTierTags
20+
value: '{"name", "env"}'
21+
22+
- key: azureDatabaseTierTags
23+
value: '{"name", "env"}'
24+
25+
- key: azureAppTierTags
26+
value: '{"name", "env"}'
27+
1028
# Another key with no controls (global)
1129
- key: awsIamUserKeyRotateDays
1230
value: 90
1331

1432
# Another key with no controls (global)
1533
- key: awsIamServerCertificateAge
1634
value: 90
35+
36+
# Another key with no controls (global)
37+
- key: entraidClientSecretExpireDays
38+
value: 90
39+
40+
# Another key with no controls (global)
41+
- key: azureSufficientDaysBeforeCertificateExpiry
42+
value: 90
43+
44+
# Another key with no controls (global)
45+
- key: azureKeyVaultKeyExpirationDateDays
46+
value: 90
47+
48+
# Another key with no controls (global)
49+
- key: azureCmkSecretExpireDays
50+
value: 90

0 commit comments

Comments
 (0)