terraform-aws-eks-cluster/examples/complete/fixtures.us-east-2.tfvars
Patrick de Ruiter 6053b9e348
first commit
2020-06-25 09:46:10 +02:00

33 lines
493 B
HCL

region = "us-east-2"
availability_zones = ["us-east-2a", "us-east-2b"]
namespace = "eg"
stage = "test"
name = "eks"
instance_type = "t2.small"
health_check_type = "EC2"
wait_for_capacity_timeout = "10m"
max_size = 3
min_size = 2
autoscaling_policies_enabled = true
cpu_utilization_high_threshold_percent = 80
cpu_utilization_low_threshold_percent = 20
associate_public_ip_address = true
kubernetes_version = "1.14"
kubeconfig_path = "/.kube/config"
oidc_provider_enabled = true