added output for asg

This commit is contained in:
brandoconnor
2018-06-11 13:08:03 -07:00
parent 210e92d821
commit 60e2259e92
4 changed files with 8 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ output "kubeconfig" {
value = "${data.template_file.kubeconfig.rendered}"
}
output "workers_asg_arns" {
description = "IDs of the autoscaling groups containing workers."
value = "${aws_autoscaling_group.workers.*.arn}"
}
output "worker_security_group_id" {
description = "Security group ID attached to the EKS workers."
value = "${local.worker_security_group_id}"