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 +}