Skip to content

Commit 251cef1

Browse files
authored
Releasing version 4.115.0
2 parents d1fce11 + e602607 commit 251cef1

File tree

719 files changed

+35108
-56708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

719 files changed

+35108
-56708
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

examples/README.md

Lines changed: 0 additions & 2 deletions

examples/dataConnectivity/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/dataConnectivity/description.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/dataConnectivity/registry.tf

Lines changed: 0 additions & 71 deletions
This file was deleted.

examples/opensearch/opensearch_cluster/main.tf

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
// Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved.
22
// Licensed under the Mozilla Public License v2.0
33

4-
variable "tenancy_ocid" {}
5-
variable "user_ocid" {}
6-
variable "fingerprint" {}
7-
variable "private_key_path" {}
8-
variable "region" {}
9-
variable "compartment_id" {}
4+
variable "tenancy_ocid" {
5+
type = string
6+
default = "ocid1.tenancy.oc1..aaaaaaaajoua5f4hwv5dtcwq43hhk7d55m4uxqfg4pwj5uipmjcqpht4upgq"
7+
}
8+
variable "user_ocid" {
9+
type = string
10+
default = "TODO"
11+
}
12+
variable "fingerprint" {
13+
type = string
14+
default = "TODO"
15+
}
16+
variable "private_key_path" {
17+
type = string
18+
default = "TODO"
19+
}
20+
variable "region" {
21+
type = string
22+
default = "us-ashburn-1"
23+
}
24+
variable "compartment_id" {
25+
type = string
26+
default = "ocid1.compartment.oc1..aaaaaaaayxkbos7zkio4jk7sawovt7phmz3plakrsvfyxcseewtbqbgvzrxq"
27+
}
1028

1129
resource "oci_core_vcn" "test_vcn" {
1230
cidr_block = "10.0.0.0/16"
@@ -64,7 +82,7 @@ variable "opensearch_cluster_master_node_host_bare_metal_shape" {
6482
}
6583

6684
variable "opensearch_cluster_master_node_host_memory_gb" {
67-
default = 16
85+
default = 20
6886
}
6987

7088
variable "opensearch_cluster_master_node_host_ocpu_count" {

examples/zips/adm.zip

0 Bytes
Binary file not shown.

examples/zips/aiAnomalyDetection.zip

0 Bytes
Binary file not shown.

examples/zips/aiVision.zip

0 Bytes
Binary file not shown.

examples/zips/always_free.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)