Skip to content

Commit 412419a

Browse files
committed
no kubectl in ec2
1 parent de41d02 commit 412419a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ec2/outputs.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
2-
output "update-kubeconfig-command" {
3-
value = "aws eks update-kubeconfig --region ${var.aws_region} --name ${module.eks.cluster_name}"
4-
description = "Command to update your kubeconfig to connect to the new EKS cluster"
5-
}
6-
71
output "list-eks-nodes-command" {
82
value = <<EOF
93
aws --region ${var.aws_region} ec2 describe-instances \

0 commit comments

Comments
 (0)