Skip to content

Commit 1241a7c

Browse files
Merge pull request #15 from Fozruk/imp-automate-config-rule-updates
Automate config rule updates
2 parents e482e90 + 4999dcb commit 1241a7c

18 files changed

+4307
-3111
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ module "managed_rules" {
2929
]
3030

3131
redshift_cluster_maintenancesettings_check_parameters = {
32-
allowVersionUpgrade = "true"
32+
allowVersionUpgrade = true
3333
}
3434

3535
rule_overrides = {
3636
acm-certificate-expiration-check = {
3737
description = "Checks if AWS Certificate Manager Certificates in your account..."
3838

3939
input_parameters = {
40-
daysToExpiration = tostring(var.acm_certificate_expiration_check)
40+
daysToExpiration = var.acm_certificate_expiration_check
4141
}
4242
}
4343
}

locals.tf

Lines changed: 1 addition & 1895 deletions
Large diffs are not rendered by default.

managed_rules_locals.tf

Lines changed: 2033 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)