diff --git a/moto/autoscaling/responses.py b/moto/autoscaling/responses.py
index 5586c51dd..845db0136 100644
--- a/moto/autoscaling/responses.py
+++ b/moto/autoscaling/responses.py
@@ -508,6 +508,15 @@ DESCRIBE_AUTOSCALING_GROUPS_TEMPLATE = """
{% endif %}
+ {% if group.target_group_arns %}
+
+ {% for target_group_arn in group.target_group_arns %}
+ {{ target_group_arn }}
+ {% endfor %}
+
+ {% else %}
+
+ {% endif %}
{{ group.min_size }}
{% if group.vpc_zone_identifier %}
{{ group.vpc_zone_identifier }}