File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Title shown in Application Information tab.
2
2
title : Launch code-server instance
3
3
# 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
5
5
schemaVersion : 1.1.0
6
6
version : 1.0
7
7
locale : en
@@ -28,8 +28,8 @@ variableGroups:
28
28
variables :
29
29
- ${compartment_ocid}
30
30
- ${ssh_public_keys}
31
- - ${shape}
32
31
- ${instance_display_name}
32
+ - ${shape}
33
33
- ${instance_flex_ocpus}
34
34
35
35
variables :
@@ -40,20 +40,19 @@ variables:
40
40
required : false
41
41
ssh_public_keys :
42
42
title : Compute SSH Public Key
43
- description : The public key to install on the instance for SSH access.
44
43
type : oci:core:ssh:publickey
44
+ description : The public key to install on the instance for SSH access.
45
45
required : false
46
46
instance_display_name :
47
47
title : Instance Name
48
48
type : string
49
49
description : The name to use for the compute instance
50
- type : oci:core:instanceshape:name
51
50
default : oci-code-server
52
51
required : false
53
52
shape :
54
53
title : Instance Shape
55
54
type : string
56
- description : The image name to use for the compute instance
55
+ description : The shape name to use for the compute instance
57
56
default : VM.Standard.E4.Flex
58
57
required : false
59
58
instance_flex_ocpus :
You can’t perform that action at this time.
0 commit comments