Commit f355374a authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Added the config

parent ebe9861e
data "aws_eks_cluster_auth" "auth" {
name = module.k8s.cluster_name
name = aws_eks_cluster.cluster.id
depends_on = [null_resource.wait_for_cluster]
}
data "aws_eks_cluster" "cluster" {
name = module.k8s.cluster_name
name = aws_eks_cluster.cluster.id
depends_on = [null_resource.wait_for_cluster]
}
# configure our provider
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment