Skip to content

Commit 13febd5

Browse files
Add bastion_shape required flag
1 parent a617eff commit 13febd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ variables:
190190
type: oci:core:instanceshape:name
191191
dependsOn:
192192
compartmentId: ${targetCompartment}
193+
required: true
193194
bastion_ocpus:
194195
type: integer
195196
description: Number of OCPU's for flex shape
@@ -970,4 +971,4 @@ variables:
970971
visible:
971972
and:
972973
- ${autoscaling}
973-
- ${autoscaling_monitoring}
974+
- ${autoscaling_monitoring}

0 commit comments

Comments
 (0)