Skip to content

Commit 2683f37

Browse files
committed
no eks nodes
1 parent 412419a commit 2683f37

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ec2/outputs.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
output "list-eks-nodes-command" {
2-
value = <<EOF
3-
aws --region ${var.aws_region} ec2 describe-instances \
4-
--filters "Name=tag:eks:cluster-name,Values=${var.cluster_name}" \
5-
--query "Reservations[].Instances[].{Hostname:PrivateDnsName, Type:InstanceType, Health:State.Name}" \
6-
--output table
7-
EOF
8-
description = "command to get the health of the EKS nodes"
9-
}
10-
111
output "unison_public_endpoint_https" {
122
value = "https://${aws_lb.main.dns_name}"
133
description = "Public HTTPS endpoint for Unison Cloud API (with self-signed cert)"

0 commit comments

Comments
 (0)