mirror of
https://github.com/yeslayla/aws-cluster-stack.git
synced 2025-09-13 11:33:54 +02:00
Add outputs
This commit is contained in:
10
top.yaml
10
top.yaml
@ -123,4 +123,12 @@ Resources:
|
||||
PropagateAtLaunch: 'true'
|
||||
- Key: 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