Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.84 KB

File metadata and controls

38 lines (27 loc) · 1.84 KB

Requirements

Name Version
terraform >= 1.3.9
aws >= 5.1.0

Providers

Name Version
aws >= 5.1.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_metric_alarm.main resource

Inputs

Name Description Type Default Required
alarm_name_prefix A string prefix for all cloudwatch alarms string "service-quotas-" no
cloudwatch_alarm_actions Actions for all cloudwatch alarms. e.g. an SNS topic ARN list(string) [] no
cloudwatch_alarm_threshold The threshold for all cloudwatch alarms. This is a percentage of the limit so should be between 1-100 number 80 no
disabled_services List of services to disable. See main.tf for list list(string) [] no
enabled If set to false no cloudwatch alarms will be created bool true no
regions A list of AWS regions to create alarms for list(string) [] no
tags Tags to add to all cloudwatch alarms map(string) {} no

Outputs

No outputs.