We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de41d02 commit 412419aCopy full SHA for 412419a
ec2/outputs.tf
@@ -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
7
output "list-eks-nodes-command" {
8
value = <<EOF
9
aws --region ${var.aws_region} ec2 describe-instances \
0 commit comments