Skip to content

Commit 7ab2805

Browse files
committed
Vendored - oci-go-sdk v65.32.0 changes for existing & new services
1 parent b2cfff4 commit 7ab2805

File tree

98 files changed

+12383
-51
lines changed

Some content is hidden

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

98 files changed

+12383
-51
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## This configuration was generated by terraform-provider-oci
2+
3+
resource oci_datascience_notebook_session export_test_project_data_science_session {
4+
compartment_id = var.compartment_ocid
5+
defined_tags = {
6+
}
7+
display_name = "test_project_data_science_session"
8+
freeform_tags = {
9+
"delete" = "true"
10+
}
11+
notebook_session_config_details {
12+
block_storage_size_in_gbs = "100"
13+
notebook_session_shape_config_details {
14+
memory_in_gbs = "16"
15+
ocpus = "1"
16+
}
17+
shape = "VM.Standard.E4.Flex"
18+
#subnet_id = <<Optional value not found in discovery>>
19+
}
20+
project_id = oci_datascience_project.export_test_project_data_science.id
21+
state = "ACTIVE"
22+
}
23+
24+
resource oci_datascience_project export_test_project_data_science {
25+
compartment_id = var.compartment_ocid
26+
defined_tags = {
27+
}
28+
#description = <<Optional value not found in discovery>>
29+
display_name = "test_project_data_science"
30+
freeform_tags = {
31+
"delete" = "true"
32+
}
33+
}
34+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
provider oci {
2+
region = var.region
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
variable compartment_ocid { default = "ocid1.compartment.oc1..aaaaaaaahepzzdfzmf7h2gcvp2hudvsy4zbdyksht2blskl3iplscrrnifeq" }
2+
variable region { default = "us-ashburn-1" }
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## This configuration was generated by terraform-provider-oci
2+
3+
resource oci_database_cloud_exadata_infrastructure export_tstExaInfra_3 {
4+
availability_domain = var.availability_domain--LOil-US-ASHBURN-AD-1
5+
compartment_id = var.compartment_ocid
6+
compute_count = "2"
7+
defined_tags = {
8+
}
9+
display_name = "tstExaInfra"
10+
freeform_tags = {
11+
}
12+
maintenance_window {
13+
custom_action_timeout_in_mins = "0"
14+
hours_of_day = [
15+
]
16+
is_custom_action_timeout_enabled = "false"
17+
#is_monthly_patching_enabled = <<Optional value not found in discovery>>
18+
#lead_time_in_weeks = <<Optional value not found in discovery>>
19+
patching_mode = "ROLLING"
20+
preference = "NO_PREFERENCE"
21+
weeks_of_month = [
22+
2,3,4,5]
23+
}
24+
shape = "Exadata.X8M"
25+
storage_count = "3"
26+
}
27+

examples/logging/rd_test/devops.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## This is tmp config to run import for resources
2+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## This configuration was generated by terraform-provider-oci
2+
3+
resource oci_load_balancer_load_balancer export_example_load_balancer {
4+
compartment_id = var.compartment_ocid
5+
defined_tags = {
6+
"example-tag-namespace-all.example-tag" = "value"
7+
}
8+
display_name = "example_load_balancer"
9+
freeform_tags = {
10+
"Department" = "Finance"
11+
}
12+
ip_mode = "IPV4"
13+
is_private = "false"
14+
network_security_group_ids = [
15+
"ocid1.networksecuritygroup.oc1.iad.aaaaaaaau5bxphahoe5b2slbicamavrqkkxvxegyxxevg7d52zszjjkwk5hq",
16+
]
17+
#reserved_ips = <<Optional value not found in discovery>>
18+
shape = "flexible"
19+
shape_details {
20+
maximum_bandwidth_in_mbps = "100"
21+
minimum_bandwidth_in_mbps = "10"
22+
}
23+
subnet_ids = [
24+
"ocid1.subnet.oc1.iad.aaaaaaaahcqz55pidjjxjzudjhzchktjgcvrv7lridtenkqlder5cedhqfca",
25+
"ocid1.subnet.oc1.iad.aaaaaaaaew4izfgkjyybj3ab6yqpx6fupl52dx53psahcvsvi3h6bqjd6zfa",
26+
]
27+
}
28+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## This is tmp config to run import for resources
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
provider oci {
2+
region = var.region
3+
}

examples/logging/rd_test/vars.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
variable compartment_ocid { default = "ocid1.compartment.oc1..aaaaaaaaxfdo5cmbene2ufapwzjstkh2y4gt7tk4wstx272zntd43fzl6kiq" }
2+
variable availability_domain--LOil-US-ASHBURN-AD-1 { default = "LOil:US-ASHBURN-AD-1" }
3+
variable region { default = "us-ashburn-1" }
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## This configuration was generated by terraform-provider-oci
2+
3+
resource oci_database_cloud_exadata_infrastructure export_cloudexadatainfrastructure20220621152334 {
4+
availability_domain = var.availability_domain--LOil-US-ASHBURN-AD-3
5+
compartment_id = var.compartment_ocid
6+
#compute_count = <<Optional value not found in discovery>>
7+
defined_tags = {
8+
}
9+
display_name = "cloudexadatainfrastructure20220621152334"
10+
freeform_tags = {
11+
}
12+
maintenance_window {
13+
custom_action_timeout_in_mins = "0"
14+
hours_of_day = [
15+
]
16+
is_custom_action_timeout_enabled = "false"
17+
#is_monthly_patching_enabled = <<Optional value not found in discovery>>
18+
#lead_time_in_weeks = <<Optional value not found in discovery>>
19+
patching_mode = "ROLLING"
20+
preference = "NO_PREFERENCE"
21+
weeks_of_month = [
22+
]
23+
}
24+
shape = "Exadata.Quarter1.84"
25+
#storage_count = <<Optional value not found in discovery>>
26+
}
27+

0 commit comments

Comments
 (0)