/eks

Primary LanguageHCL

Destroy the resources

kubectl delete -f ../../charts/nginx-ingress/ingress.yaml terraform state rm module.alb_ingress.kubernetes_namespace.alb_ingress terraform state rm module.alb_ingress.helm_release.alb_ingress terraform state rm module.eks_cluster.kubernetes_config_map.aws_auth terraform destroy

Requirements

Name Version
terraform >= 0.14
aws >= 3.22
helm >= 1.3
kubernetes >= 1.13
local >= 1.2
null >= 2.1
template >= 2.2

Providers

Name Version
aws >= 3.22

Inputs

Name Description Type Default Required
account_ids n/a map(string)
{
"production": "214402802177"
}
no
region n/a string "us-east-1" no

Outputs

Name Description
aws_account_id n/a
cluster_endpoint Endpoint for EKS control plane.
cluster_security_group_id Security group ids attached to the cluster control plane.
config_map_aws_auth A kubernetes configuration to authenticate to this EKS cluster.
kubectl_config kubectl config as generated by the module.