File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3
3
#
4
4
5
+ output "lb_public_url_button" {
6
+ value = format (" http://%s" , lookup (oci_load_balancer_load_balancer. mushop_lb . ip_address_details [0 ], " ip_address" ))
7
+ }
5
8
output "lb_public_url" {
6
9
value = format (" http://%s" , lookup (oci_load_balancer_load_balancer. mushop_lb . ip_address_details [0 ], " ip_address" ))
7
10
}
Original file line number Diff line number Diff line change @@ -541,14 +541,21 @@ outputGroups:
541
541
- mushop_version
542
542
543
543
outputs :
544
+ lb_public_url_button :
545
+ type : link
546
+ title : MuShop URL Button
547
+ displayText : Open MuShop
548
+ visible : true
549
+
544
550
lb_public_url :
545
551
type : link
546
- title : Open
552
+ title : MuShop
553
+ displayText : Storefront
547
554
visible : true
548
555
549
556
lb_nip_host_url :
550
557
type : link
551
- title : " Hostname"
558
+ title : " Alternative Hostname"
552
559
visible : true
553
560
554
561
autonomous_database_password :
You can’t perform that action at this time.
0 commit comments