diff --git a/fargate-networking-stacks/public-private-vpc.yml b/fargate-networking-stacks/public-private-vpc.yml index bbeb67d..507a00a 100644 --- a/fargate-networking-stacks/public-private-vpc.yml +++ b/fargate-networking-stacks/public-private-vpc.yml @@ -451,7 +451,7 @@ Outputs: Export: Name: !Join [ ':', [ !Ref 'AWS::StackName', 'PublicListener' ] ] PrivateListener: - Description: The ARN of the public load balancer's Listener + Description: The ARN of the private load balancer's Listener Value: !Ref PrivateLoadBalancerListener Export: Name: !Join [ ':', [ !Ref 'AWS::StackName', 'PrivateListener' ] ]