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

8 lines
164 B
HCL

variable cw-alarm-prefix {}
variable actions-enabled {}
variable cluster-name {}
variable eks-namespace {}
variable pod-names {
type = list
}
variable settings {}