Skip to content

Commit

Permalink
Merge pull request #10 from niaid/rules-default-value
Browse files Browse the repository at this point in the history
modified default value to none for iam_inline_policy_blocked_kms_acti…
  • Loading branch information
grothja authored Sep 6, 2022
2 parents 2bb7d47 + d3f9cb0 commit 53088bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ variable "guardduty_non_archived_findings_parameters" {
variable "iam_customer_policy_blocked_kms_actions_parameters" {
description = "Input parameters for the iam-customer-policy-blocked-kms-actions rule"
default = {
blockedActionsPatterns = null
blockedActionsPatterns = "none"
}

type = object({
Expand All @@ -703,7 +703,7 @@ variable "iam_customer_policy_blocked_kms_actions_parameters" {
variable "iam_inline_policy_blocked_kms_actions_parameters" {
description = "Input parameters for the iam-inline-policy-blocked-kms-actions rule"
default = {
blockedActionsPatterns = null
blockedActionsPatterns = "none"
}

type = object({
Expand Down

0 comments on commit 53088bc

Please sign in to comment.