terraform.aws-baseline-infra/modules/ManagementGovernance/Monitoring.NGW/variables.tf

9 lines
255 B
Terraform
Raw Normal View History

2022-12-08 10:42:05 +08:00
variable cw-alarm-prefix {}
variable actions-enabled {}
variable res-id {}
variable threshold-ErrorPortAllocation { }
variable threshold-ConnectionEstablishedCount {}
variable threshold-PacketsDropCount {}
variable sns-targets {}
variable default-tags {}