File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
deploy/complete/terraform Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ variables:
636636 oda_uri :
637637 type : string
638638 title : " Oracle Digital Assistant URI"
639- required : false
639+ required : true
640640 visible :
641641 and :
642642 - show_advanced
@@ -645,7 +645,7 @@ variables:
645645 oda_channel_id :
646646 type : string
647647 title : " Oracle Digital Assistant channel ID"
648- required : false
648+ required : true
649649 visible :
650650 and :
651651 - show_advanced
@@ -758,6 +758,7 @@ outputGroups:
758758 - external_ip
759759 - domain_name
760760 - mushop_url_https
761+ - mushop_url_alternative
761762
762763 - title : Passwords and Keys
763764 outputs :
@@ -815,6 +816,11 @@ outputs:
815816 displayText : Full Qualified Domain Name
816817 visible : true
817818
819+ mushop_url_alternative :
820+ type : link
821+ title : " Alternative Hostname"
822+ visible : true
823+
818824 autonomous_database_password :
819825 type : string
820826 title : DB Admin Password
You can’t perform that action at this time.
0 commit comments