-
-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- Yes ✅
Is your request related to a problem? Please describe.
User is unable to register default ok_action
and insufficient_data_actions
for cis-alarms module
Describe the solution you'd like.
Add 2 more variables ok_action
and insufficient_data_actions
with default values set to empty list ([]
) for backward compatibility. Use provided defaults if they are not explicitly set in default or override controls.
Describe alternatives you've considered.
The workaround is to set these actions for each control separately which is not optimal.
Additional context
There is already a default alarm_actions
variable used to provide same functionality for alarm_actions
.
Metadata
Metadata
Assignees
Labels
No labels