Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion templates/workloads/services/backend/cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,11 @@ Resources:
{{include "service-base-properties" . | indent 6}}
ServiceRegistries: !If [ExposePort, [{RegistryArn: !GetAtt DiscoveryService.Arn, Port: !Ref ContainerPort}], !Ref "AWS::NoValue"]

{{include "addons" . | indent 2}}
{{include "addons" . | indent 2}}

Outputs:
DiscoveryServiceARN:
Description: ARN of the Discovery Service.
Value: !GetAtt DiscoveryService.Arn
Export:
Name: !Sub ${AWS::StackName}-DiscoveryServiceARN
8 changes: 8 additions & 0 deletions templates/workloads/services/lb-web/cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,11 @@ Resources:
Count: 0

{{include "addons" . | indent 2}}


Outputs:
DiscoveryServiceARN:
Description: ARN of the Discovery Service.
Value: !GetAtt DiscoveryService.Arn
Export:
Name: !Sub ${AWS::StackName}-DiscoveryServiceARN