We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bb7d47 + d3f9cb0 commit 53088bcCopy full SHA for 53088bc
variables.tf
@@ -692,7 +692,7 @@ variable "guardduty_non_archived_findings_parameters" {
692
variable "iam_customer_policy_blocked_kms_actions_parameters" {
693
description = "Input parameters for the iam-customer-policy-blocked-kms-actions rule"
694
default = {
695
- blockedActionsPatterns = null
+ blockedActionsPatterns = "none"
696
}
697
698
type = object({
@@ -703,7 +703,7 @@ variable "iam_customer_policy_blocked_kms_actions_parameters" {
703
variable "iam_inline_policy_blocked_kms_actions_parameters" {
704
description = "Input parameters for the iam-inline-policy-blocked-kms-actions rule"
705
706
707
708
709
0 commit comments