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:
10
top.yaml
10
top.yaml
@ -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
|
Reference in New Issue
Block a user