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