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 412419a commit 2683f37Copy full SHA for 2683f37
ec2/outputs.tf
@@ -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
-
11
output "unison_public_endpoint_https" {
12
value = "https://${aws_lb.main.dns_name}"
13
description = "Public HTTPS endpoint for Unison Cloud API (with self-signed cert)"
0 commit comments