We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205328d commit 77dda4aCopy full SHA for 77dda4a
orm.yaml
@@ -244,8 +244,7 @@ variables:
244
title: Instance Name
245
description: The name of the Instance
246
247
- compute_shape:
248
- visible: #($compute_image_strategy == """Platform Image""")
+ compute_shape:
249
type: oci:core:instanceshape:name
250
default: VM.Standard.E4.Flex
251
title: Compute Shape
@@ -255,7 +254,7 @@ variables:
255
254
256
flex_shape_ocpus:
257
visible:
258
- - or:
+ or:
259
- eq:
260
- compute_shape
261
- "VM.Standard.E3.Flex"
@@ -276,7 +275,7 @@ variables:
276
275
277
flex_shape_memory:
278
279
280
281
282
0 commit comments