Skip to content

Commit f2e5d05

Browse files
authored
Merge pull request #49 from jamespizzurro/jamespizzurro-patch-2
Output GridLoadBalancer DNS name
2 parents e461c40 + de0a916 commit f2e5d05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/network.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,9 @@ Outputs:
206206
Description: "Grid load balancer group"
207207
Value: !Ref GridHubGroup
208208
Export:
209-
Name: GridHubGroupArn
209+
Name: GridHubGroupArn
210+
GridLoadBalancerDNSName:
211+
Description: "Grid load balancer DNS name"
212+
Value: !GetAtt GridLoadBalancer.DNSName
213+
Export:
214+
Name: GridLoadBalancerDNSName

0 commit comments

Comments
 (0)