Skip to content

Commit a8c1ab8

Browse files
committed
fix(cf): remove duplicate keys (UI and NetData) in CF outputs
1 parent d1707ab commit a8c1ab8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudformation/dle_cf_template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ Outputs:
502502
Description: UI URL with a domain for newly created DLE instance
503503
Value: !Sub 'https://${CertificateSubdomain}.${CertificateHostedZone}:446'
504504
Condition: CreateSubDomain
505-
01WebUIUrl:
506-
Description: UI URL with a domain for newly created DLE instance
505+
01WebUIUrlLocal:
506+
Description: UI URL for newly created DLE instance
507507
Value: !Sub 'http://localhost:2346'
508508
Condition: NotCreateSubDomain
509509

@@ -542,8 +542,8 @@ Outputs:
542542
Description: Netdata URL with a domain for newly created DLE instance
543543
Value: !Sub 'https://${CertificateSubdomain}.${CertificateHostedZone}:19999'
544544
Condition: CreateSubDomain
545-
08NetdataUrl:
546-
Description: Netdata URL with a domain for newly created DLE instance
545+
08NetdataUrlLocal:
546+
Description: Netdata URL without a domain for newly created DLE instance
547547
Value: !Sub 'http://localhost:19999'
548548
Condition: NotCreateSubDomain
549549

0 commit comments

Comments
 (0)