Skip to content

Commit

Permalink
revert WebURL output (aws-samples#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc authored May 17, 2024
1 parent c1f86cc commit ee1ed5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions aws/cloudformation-templates/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -898,11 +898,7 @@ Outputs:

WebURL:
Description: Retail Demo Store Web UI URL
Value: !If [
ConditionCustomDomain,
!Sub 'https://${CloudfrontCustomDomain}' ,
!GetAtt Base.Outputs.WebUICDNURL
]
Value: !GetAtt Base.Outputs.WebUICDNURL

OpenSearchDomainEndpoint:
Description: OpenSearch Endpoint
Expand Down

0 comments on commit ee1ed5a

Please sign in to comment.