1
0
Files
terraform.examples/modules/ManagementGovernance/Monitoring.EKS/variables.tf
T
2026-02-13 15:44:24 +08:00

8 lines
164 B
Terraform

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