File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- generated_on : ' 2022-09-01T15:12:10Z '
2
+ generated_on : ' 2022-09-06T14:57:46Z '
3
3
packs :
4
4
AWS-Control-Tower-Detective-Guardrails :
5
5
- autoscaling-launch-config-public-ip-disabled
Original file line number Diff line number Diff line change @@ -691,7 +691,9 @@ variable "guardduty_non_archived_findings_parameters" {
691
691
692
692
variable "iam_customer_policy_blocked_kms_actions_parameters" {
693
693
description = " Input parameters for the iam-customer-policy-blocked-kms-actions rule"
694
- default = null
694
+ default = {
695
+ blockedActionsPatterns = null
696
+ }
695
697
696
698
type = object ({
697
699
blockedActionsPatterns = string
@@ -700,7 +702,9 @@ variable "iam_customer_policy_blocked_kms_actions_parameters" {
700
702
701
703
variable "iam_inline_policy_blocked_kms_actions_parameters" {
702
704
description = " Input parameters for the iam-inline-policy-blocked-kms-actions rule"
703
- default = null
705
+ default = {
706
+ blockedActionsPatterns = null
707
+ }
704
708
705
709
type = object ({
706
710
blockedActionsPatterns = string
You can’t perform that action at this time.
0 commit comments