Skip to content

Commit

Permalink
fix yaml indentation for flex variables visible property
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassrg committed May 3, 2021
1 parent 205328d commit 77dda4a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions orm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ variables:
title: Instance Name
description: The name of the Instance

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

flex_shape_ocpus:
visible:
- or:
or:
- eq:
- compute_shape
- "VM.Standard.E3.Flex"
Expand All @@ -276,7 +275,7 @@ variables:

flex_shape_memory:
visible:
- or:
or:
- eq:
- compute_shape
- "VM.Standard.E3.Flex"
Expand Down

0 comments on commit 77dda4a

Please sign in to comment.