We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a8477 commit 9ab7701Copy full SHA for 9ab7701
orm.yaml
@@ -246,7 +246,7 @@ variables:
246
247
compute_shape:
248
type: oci:core:instanceshape:name
249
- default: VM.Standard.E4.Flex
+ default: VM.Standard.A1.Flex
250
title: Compute Shape
251
required: true
252
dependsOn:
versions.tf
@@ -4,11 +4,13 @@ terraform {
4
5
required_providers {
6
oci = {
7
+ source = "hashicorp/oci"
8
version = ">= 4.24"
9
}
10
+
11
template = {
- version = ">= 2.2"
12
+ source = "hashicorp/template"
13
+ version = ">= 2.1"
14
-
15
16
0 commit comments