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

8 lines
164 B
Terraform
Raw Normal View History

2022-12-30 00:01:39 +08:00
variable cw-alarm-prefix {}
variable actions-enabled {}
variable cluster-name {}
variable eks-namespace {}
variable pod-names {
type = list
}
variable settings {}