Skip to content

Commit bb5d35b

Browse files
committed
fix ORM configuration
Signed-off-by: Andrea Marchesini <[email protected]>
1 parent 4716cfb commit bb5d35b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

orm/schema.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Title shown in Application Information tab.
22
title: Launch code-server instance
33
# Sub Title shown in Application Information tab.
4-
description: Environment to run code-server instance on OCI
4+
description: Launch a code-server instance on OCI
55
schemaVersion: 1.1.0
66
version: 1.0
77
locale: en
@@ -28,8 +28,8 @@ variableGroups:
2828
variables:
2929
- ${compartment_ocid}
3030
- ${ssh_public_keys}
31-
- ${shape}
3231
- ${instance_display_name}
32+
- ${shape}
3333
- ${instance_flex_ocpus}
3434

3535
variables:
@@ -40,20 +40,19 @@ variables:
4040
required: false
4141
ssh_public_keys:
4242
title: Compute SSH Public Key
43-
description: The public key to install on the instance for SSH access.
4443
type: oci:core:ssh:publickey
44+
description: The public key to install on the instance for SSH access.
4545
required: false
4646
instance_display_name:
4747
title: Instance Name
4848
type: string
4949
description: The name to use for the compute instance
50-
type: oci:core:instanceshape:name
5150
default: oci-code-server
5251
required: false
5352
shape:
5453
title: Instance Shape
5554
type: string
56-
description: The image name to use for the compute instance
55+
description: The shape name to use for the compute instance
5756
default: VM.Standard.E4.Flex
5857
required: false
5958
instance_flex_ocpus:

0 commit comments

Comments
 (0)