Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit da00d4c

Browse files
committed
Updated schema.yaml file for simple scenario v2
1 parent eb89e58 commit da00d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simple/schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ variables:
122122
visible: true
123123
title: "Instance OS version"
124124
description: "An Operating System version that determines the operating system version for your Elasticsearch and Kibana host."
125-
default: "7.9"
125+
default: "8"
126126
enum:
127-
- "7.9"
127+
- "8"
128128

129129
instance_shape:
130130
type: oci:core:instanceshape:name
131-
default: "VM.Standard.E3.Flex"
131+
default: "VM.Standard.E4.Flex"
132132
title: "ELK Instance Shape"
133133
description: "ELK Instance Shape"
134134
required: false

0 commit comments

Comments
 (0)