mirror of
				https://github.com/yeslayla/aws-cluster-stack.git
				synced 2025-10-30 22:53:08 +01: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