13 lines
363 B
HCL
13 lines
363 B
HCL
variable "cw-alarm-prefix" {}
|
|
variable "actions-enabled" {}
|
|
variable "ec2-instance-id" {}
|
|
variable sns-targets {}
|
|
|
|
variable "default-tags" {}
|
|
|
|
variable "threshold-CPUUtilization" {}
|
|
variable "threshold-mem_free" {}
|
|
variable "threshold-swap_free" {}
|
|
variable "threshold-disk_free" {}
|
|
variable "threshold-disk_inodes_free" {}
|
|
variable "threshold-processes_total" {} |