Skip to content

Commit

Permalink
Updated schema.yaml file for simple scenario v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lfeldman committed Feb 1, 2022
1 parent eb89e58 commit da00d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simple/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ variables:
visible: true
title: "Instance OS version"
description: "An Operating System version that determines the operating system version for your Elasticsearch and Kibana host."
default: "7.9"
default: "8"
enum:
- "7.9"
- "8"

instance_shape:
type: oci:core:instanceshape:name
default: "VM.Standard.E3.Flex"
default: "VM.Standard.E4.Flex"
title: "ELK Instance Shape"
description: "ELK Instance Shape"
required: false
Expand Down

0 comments on commit da00d4c

Please sign in to comment.