terraform.aws-baseline-infra/modules/ManagementGovernance/Monitoring.NGW/variables.tf
2022-12-08 10:42:05 +08:00

9 lines
255 B
HCL

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 {}