Skip to content

Commit 53088bc

Browse files
author
grothja
authored
Merge pull request #10 from niaid/rules-default-value
modified default value to none for iam_inline_policy_blocked_kms_acti…
2 parents 2bb7d47 + d3f9cb0 commit 53088bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ variable "guardduty_non_archived_findings_parameters" {
692692
variable "iam_customer_policy_blocked_kms_actions_parameters" {
693693
description = "Input parameters for the iam-customer-policy-blocked-kms-actions rule"
694694
default = {
695-
blockedActionsPatterns = null
695+
blockedActionsPatterns = "none"
696696
}
697697

698698
type = object({
@@ -703,7 +703,7 @@ variable "iam_customer_policy_blocked_kms_actions_parameters" {
703703
variable "iam_inline_policy_blocked_kms_actions_parameters" {
704704
description = "Input parameters for the iam-inline-policy-blocked-kms-actions rule"
705705
default = {
706-
blockedActionsPatterns = null
706+
blockedActionsPatterns = "none"
707707
}
708708

709709
type = object({

0 commit comments

Comments
 (0)