Skip to content

Commit 77dda4a

Browse files
committed
fix yaml indentation for flex variables visible property
1 parent 205328d commit 77dda4a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

orm.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ variables:
244244
title: Instance Name
245245
description: The name of the Instance
246246

247-
compute_shape:
248-
visible: #($compute_image_strategy == """Platform Image""")
247+
compute_shape:
249248
type: oci:core:instanceshape:name
250249
default: VM.Standard.E4.Flex
251250
title: Compute Shape
@@ -255,7 +254,7 @@ variables:
255254

256255
flex_shape_ocpus:
257256
visible:
258-
- or:
257+
or:
259258
- eq:
260259
- compute_shape
261260
- "VM.Standard.E3.Flex"
@@ -276,7 +275,7 @@ variables:
276275

277276
flex_shape_memory:
278277
visible:
279-
- or:
278+
or:
280279
- eq:
281280
- compute_shape
282281
- "VM.Standard.E3.Flex"

0 commit comments

Comments
 (0)