Skip to content

Commit e25e5a5

Browse files
authored
Merge pull request #1851 from oracle/release_gh_new
Releasing 1.18.0 version
2 parents 11846c3 + 6697533 commit e25e5a5

File tree

240 files changed

+11368
-914
lines changed

Some content is hidden

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

240 files changed

+11368
-914
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions

examples/cloudguard/cloudguard_basic_example/main.tf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
*/
77

88
//Common Variables required
9-
variable "tenancy_ocid" {}
10-
variable "user_ocid" {}
11-
variable "fingerprint" {}
12-
variable "private_key_path" {}
13-
variable "region" {}
14-
variable "compartment_ocid" {}
15-
16-
provider "oci" {
17-
tenancy_ocid = var.tenancy_ocid
18-
user_ocid = var.user_ocid
19-
fingerprint = var.fingerprint
20-
private_key_path = var.private_key_path
21-
region = var.region
22-
}
9+
#variable "tenancy_ocid" {}
10+
#variable "user_ocid" {}
11+
#variable "fingerprint" {}
12+
#variable "private_key_path" {}
13+
#variable "region" {}
14+
#variable "compartment_ocid" {}
15+
16+
#provider "oci" {
17+
# tenancy_ocid = var.tenancy_ocid
18+
# user_ocid = var.user_ocid
19+
# fingerprint = var.fingerprint
20+
# private_key_path = var.private_key_path
21+
# region = var.region
22+
#}
2323

2424
//****** CG Enable ******
2525
variable "cloud_guard_configuration_reporting_region" {
@@ -232,4 +232,4 @@ resource "oci_cloud_guard_target" "test_target" {
232232
lifecycle {
233233
ignore_changes = [system_tags]
234234
}
235-
}
235+
}

examples/integration/main.tf

Lines changed: 36 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ variable allow_listed_http_vcn {
3131
default = ""
3232
}
3333

34+
variable certificate_secret_id {
35+
default = ""
36+
}
37+
3438
provider "oci" {
3539
tenancy_ocid = var.tenancy_ocid
3640
user_ocid = var.user_ocid
@@ -42,34 +46,40 @@ provider "oci" {
4246
resource "oci_integration_integration_instance" "test_integration_instance" {
4347
#Required
4448
compartment_id = var.compartment_id
45-
display_name = "displayName"
46-
integration_instance_type = "STANDARD"
49+
display_name = "instance4643"
50+
integration_instance_type = "STANDARDX"
51+
shape = "DEVELOPMENT"
52+
# shape = "PRODUCTION"
4753
is_byol = "false"
4854
message_packs = "10"
4955

50-
#Optional
51-
consumption_model = "${var.integration_instance_consumption_model}"
52-
custom_endpoint {
53-
hostname = "hostname.com"
54-
}
55-
freeform_tags = {
56-
"bar-key" = "value"
57-
}
58-
5956
idcs_at = var.integration_instance_idcs_access_token
60-
is_file_server_enabled = true
61-
is_visual_builder_enabled = true
62-
state = "ACTIVE"
63-
64-
network_endpoint_details {
65-
allowlisted_http_ips = ["172.16.0.239/32"]
66-
allowlisted_http_vcns {
67-
allowlisted_ips = ["172.16.0.239/32"]
68-
id = "${var.allow_listed_http_vcn}"
69-
}
70-
is_integration_vcn_allowlisted = "false"
71-
network_endpoint_type = "PUBLIC"
72-
}
57+
58+
#Optional
59+
# For stand / enterprise type only
60+
# consumption_model = "${var.integration_instance_consumption_model}"
61+
# custom_endpoint {
62+
# certificate_secret_id = var.certificate_secret_id
63+
# hostname = "hostname.com"
64+
# }
65+
# freeform_tags = {
66+
# "bar-key" = "value"
67+
# }
68+
69+
# is_file_server_enabled = true
70+
# is_visual_builder_enabled = true
71+
# state = "ACTIVE"
72+
73+
# For stand / enterprise type only
74+
# network_endpoint_details {
75+
# allowlisted_http_ips = ["10.0.0.0/28"]
76+
# allowlisted_http_vcns {
77+
# allowlisted_ips = ["0.0.0.0/0"]
78+
# id = "${var.allow_listed_http_vcn}"
79+
# }
80+
# is_integration_vcn_allowlisted = "false"
81+
# network_endpoint_type = "PUBLIC"
82+
# }
7383

7484
}
7585

@@ -78,8 +88,8 @@ data "oci_integration_integration_instances" "test_integration_instances" {
7888
compartment_id = var.compartment_id
7989

8090
#Optional
81-
display_name = "displayName"
82-
state = "Active"
91+
# display_name = "displayName"
92+
# state = "Active"
8393
}
8494

8595
data "oci_integration_integration_instance" "test_integration_instance" {

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.

examples/zips/analytics.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

examples/zips/api_gateway.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)