mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fixed missing output
This commit is contained in:
parent
920d71516a
commit
fd64159011
1 changed files with 4 additions and 1 deletions
|
|
@ -541,3 +541,6 @@ Outputs:
|
|||
- UseCustomDomain
|
||||
- !Sub 'https://${CustomDomainName}'
|
||||
- !Sub 'http://${LoadBalancer.DNSName}'
|
||||
AlbDnsName:
|
||||
Description: 'The raw DNS name of the Application Load Balancer (use as the target for custom domain CNAME/Alias records).'
|
||||
Value: !GetAtt LoadBalancer.DNSName
|
||||
Loading…
Reference in a new issue