mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 15:33:46 +01:00
6 lines
193 B
HCL
6 lines
193 B
HCL
locals {
|
|
cluster_name = "test-eks-irsa"
|
|
k8s_service_account_namespace = "kube-system"
|
|
k8s_service_account_name = "cluster-autoscaler-aws-cluster-autoscaler-chart"
|
|
}
|