Skip to content

Commit 426c195

Browse files
committed
Vendored - oci-go-sdk v65.43.0 changes for existing & new services
1 parent 307579d commit 426c195

File tree

190 files changed

+16941
-276
lines changed

Some content is hidden

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

190 files changed

+16941
-276
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## This is tmp config to run import for resources
2+
data "oci_core_instance" "test_instance" {
3+
#Required
4+
instance_id = "ocid1.instance.oc1.phx.anyhqljsjcdxrhqcovs45jnvimoshybmoddqtuf2xy5zzq3ph3fuwj7ugbla"
5+
}
6+
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
variable region { default = "us-phoenix-1" }
2+
variable tenancy_ocid { default = "ocid1.tenancy.oc1..aaaaaaaagkbzgg6lpzrf47xzy4rjoxg4de6ncfiq2rncmjiujvy2hjgxvziq" }
3+
variable compartment_ocid { default = "ocid1.tenancy.oc1..aaaaaaaagkbzgg6lpzrf47xzy4rjoxg4de6ncfiq2rncmjiujvy2hjgxvziq" }

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ require (
7676
)
7777

7878
// Uncomment this line to get OCI Go SDK from local source instead of github
79-
//replace github.com/oracle/oci-go-sdk => ../../oracle/oci-go-sdk
79+
replace github.com/oracle/oci-go-sdk/v65 v65.42.0 => ./vendor/github.com/oracle/oci-go-sdk
8080

8181
go 1.18

vendor/github.com/oracle/oci-go-sdk/v65/aidocument/aidocument_aiservicedocument_client.go

Lines changed: 115 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v65/aidocument/analyze_document_details.go

Lines changed: 111 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v65/aidocument/analyze_document_request_response.go

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)