Skip to content

Commit de0a916

Browse files
Output GridLoadBalancer DNS name
1 parent 939aabb commit de0a916

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)