Skip to content

Commit 6e9d0d8

Browse files
committed
alternative url for complete stack
1 parent 8895caa commit 6e9d0d8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

deploy/complete/terraform/schema.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)