From c083997e1d388af9f21fabfb050383bd3cab68f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Luciano?= Date: Mon, 27 Mar 2023 15:22:37 -0300 Subject: [PATCH] Update outputs.tf --- outputs.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/outputs.tf b/outputs.tf index 637a1ac..354fa1d 100644 --- a/outputs.tf +++ b/outputs.tf @@ -18,3 +18,8 @@ output "iam_role_name" { description = "Name of the IAM role for the NAT instance" value = aws_iam_role.this.name } + +output "autoscaling_group_arm" { + description = "ASG ARN" + value = aws_autoscaling_group.this.arn +}