Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 58b0bf6

Browse files
committed
Added outputs to additional-region.yaml
1 parent b05e855 commit 58b0bf6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cloudformation/additional-region.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,18 @@ Resources:
4747
- ''
4848
- - !Ref DockerRegistryURL
4949
- ':latest'
50+
Outputs:
51+
FargateClusterName:
52+
Value: !GetAtt FargateCluster.Outputs.FargateClusterName
53+
TaskSecurityGroup:
54+
Value: !GetAtt FargateCluster.Outputs.TaskSecurityGroup
55+
TaskDefinitionArn:
56+
Value: !GetAtt FargateCluster.Outputs.TaskDefinitionArn
57+
VpcId:
58+
Value: !GetAtt Vpc.Outputs.VpcId
59+
SubnetA:
60+
Value: !GetAtt Vpc.Outputs.SubnetA
61+
SubnetB:
62+
Value: !GetAtt Vpc.Outputs.SubnetB
63+
SubnetC:
64+
Value: !GetAtt Vpc.Outputs.SubnetC

0 commit comments

Comments
 (0)