Skip to content

Commit 3c27c06

Browse files
committed
complete stack schema update
Signed-off-by: junior <[email protected]>
1 parent fac87c0 commit 3c27c06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deploy/complete/terraform/schema.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ variables:
228228
type: enum
229229
enum: # Necessary hardcoded supported versions, as ORM does not retrieve the versions from OKE.
230230
- "Latest"
231-
- "v1.23.4"
232-
- "v1.22.5"
233-
- "v1.21.5"
231+
- "v1.29.1"
232+
- "v1.28.2"
233+
- "v1.27.2"
234234
title: "Kubernetes Version"
235235
required: true
236236
visible:
@@ -814,7 +814,7 @@ outputs:
814814
type: string
815815
title: Domain Name
816816
displayText: Full Qualified Domain Name
817-
visible: true
817+
visible: true
818818

819819
mushop_url_alternative:
820820
type: link
@@ -878,8 +878,8 @@ outputs:
878878

879879
sensitive_comments_local_tf:
880880
type: string
881-
title: kubeconfig
882-
displayText: Instructions to get sensitive outputs on local Terraform. Not used by ORM
881+
title: Sensitive Output Comments
882+
displayText: Instructions to get sensitive outputs on local Terraform/OpenToFu cli. Not used by ORM
883883
visible: false
884-
884+
885885
primaryOutputButton: mushop_url_button

0 commit comments

Comments
 (0)