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

13 lines
335 B
Terraform
Raw Normal View History

2022-12-30 00:01:39 +08:00
variable cw-alarm-prefix {}
variable actions-enabled {}
variable sns-targets {}
variable default-tags {}
variable cluster-name {}
variable eks-namespace {}
variable pod-names {
type = list
}
variable threshold-pod_cpu_utilization {}
variable threshold-pod_memory_utilization {}
variable threshold-pod_number_of_container_restarts {}