From a7d7961c271839c625718e42f7ac8d6171456892 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sat, 25 Apr 2020 23:14:48 -0400 Subject: [PATCH] Add outputs --- top.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/top.yaml b/top.yaml index 90957be..1ab1917 100644 --- a/top.yaml +++ b/top.yaml @@ -123,4 +123,12 @@ Resources: PropagateAtLaunch: 'true' - Key: Project Value: !Sub Project - PropagateAtLaunch: 'true' \ No newline at end of file + PropagateAtLaunch: 'true' + +Outputs: + Cluster: + Description: Name of the EcsCluster + Value: !Ref EcsCluster + ClusterArn: + Description: Arn of the EcsCluster + Value: !GetAtt EcsCluster.Arn \ No newline at end of file