Add outputs

This commit is contained in:
2020-04-25 23:14:48 -04:00
parent 93fb4b42ca
commit a7d7961c27

View File

@ -123,4 +123,12 @@ Resources:
PropagateAtLaunch: 'true' PropagateAtLaunch: 'true'
- Key: Project - Key: Project
Value: !Sub Project Value: !Sub Project
PropagateAtLaunch: 'true' PropagateAtLaunch: 'true'
Outputs:
Cluster:
Description: Name of the EcsCluster
Value: !Ref EcsCluster
ClusterArn:
Description: Arn of the EcsCluster
Value: !GetAtt EcsCluster.Arn