mirror of
https://github.com/yeslayla/aws-cluster-stack.git
synced 2025-09-13 19:43:59 +02:00
Add outputs
This commit is contained in:
8
top.yaml
8
top.yaml
@ -124,3 +124,11 @@ Resources:
|
|||||||
- 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
|
Reference in New Issue
Block a user