We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea54d22 commit 02b86efCopy full SHA for 02b86ef
terraform.tfvars.example
@@ -30,13 +30,11 @@ freeform_tags = {
30
role = "operator"
31
}
32
33
-operating_system_version = "8"
34
-
35
operator_image_id = "Oracle"
36
37
enable_operator_instance_principal = true
38
39
-operating_os_version = "8"
+operator_os_version = "8"
40
41
operator_shape = {
42
# shape = "VM.Standard.E2.2"
versions.tf
@@ -4,9 +4,10 @@
4
terraform {
5
required_providers {
6
oci = {
7
- source = "hashicorp/oci"
+ source = "oracle/oci"
8
+ version = ">= 4.67.3"
9
# pass oci home region provider explicitly for identity operations
- configuration_aliases = [ oci.home ]
10
+ configuration_aliases = [oci.home]
11
12
13
required_version = ">= 1.0.0"
0 commit comments