Skip to content

Commit

Permalink
update output eks
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Dec 21, 2023
1 parent 11a452a commit e7b5dc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ output "nat-gateway" {

output "eks" {
value = {
cluster_name = module.eks.cluster_name
cluster_endpoint = module.eks.cluster_endpoint
get_kubeconfig_command = "aws eks update-kubeconfig --name ${module.eks.cluster_name}"
cluster_name = module.k8s.eks.cluster_name
cluster_endpoint = module.k8s.eks.cluster_endpoint
get_kubeconfig_command = "aws eks update-kubeconfig --name ${module.k8s.eks.cluster_name}"
}
}

0 comments on commit e7b5dc7

Please sign in to comment.