mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
fixed missing output
This commit is contained in:
parent
920d71516a
commit
fd64159011
1 changed files with 4 additions and 1 deletions
|
|
@ -540,4 +540,7 @@ Outputs:
|
|||
Value: !If
|
||||
- UseCustomDomain
|
||||
- !Sub 'https://${CustomDomainName}'
|
||||
- !Sub 'http://${LoadBalancer.DNSName}'
|
||||
- !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