This audit is the US-105 baseline for onboarding
github.com/oracle/oci-go-sdk/v65/gdp before services.yaml publishes the
service.
go.mod remains pinned to github.com/oracle/oci-go-sdk/v65 v65.110.0.v65.110.0 already contains the gdp package in the module cache; the repo
lacked vendor/github.com/oracle/oci-go-sdk/v65/gdp only because nothing
imported that package yet.pkg/sdkimports/rollout_services.go now blank-imports
github.com/oracle/oci-go-sdk/v65/gdp so go mod vendor keeps the package
in the branch-local inputs.GdpPipelineCreateGdpPipeline, GetGdpPipeline,
ListGdpPipelines, UpdateGdpPipeline, and DeleteGdpPipeline.ChangeGdpPipelineCompartment.GetGdpPipelineResponse returns GdpPipeline.ListGdpPipelinesResponse returns GdpPipelineCollection.ListGdpPipelinesRequest exposes compartmentId, displayName,
gdpPipelineId, and lifecycleState, plus page and sort controls.CREATING, UPDATING, ACTIVE, INACTIVE,
DELETING, DELETED, FAILED, and NEEDS_ATTENTION.CreateGdpPipelineResponse, UpdateGdpPipelineResponse, and
DeleteGdpPipelineResponse all expose OpcWorkRequestId.GdpPipeline body, so the runtime
must recover or confirm the live resource through work-request follow-up and
GET.GetGdpWorkRequest,
ListGdpWorkRequests, ListGdpWorkRequestErrors, and
ListGdpWorkRequestLogs helpers.US-112GdpPipeline is the requested initial kind and the only full CRUD family in
the package.formalSpec is gdppipeline.workrequest with
workRequest.source=service-sdk and phases create, update, and
delete.GdpPipeline looks viable as a direct controller-backed generated rollout
because GET/list expose lifecycle state and the service ships the
work-request helpers needed for mutation follow-up.US-112 should classify INACTIVE and NEEDS_ATTENTION explicitly instead
of treating them as default success, and it should keep the list-lookup path
keyed to gdpPipelineId rather than assuming a generic id filter.formal/sources.lock pins provider facts to
github.com/oracle/terraform-provider-oci@eb653febb1bab4cc6650a96d404a8baf36fdf671.oci_gdp_gdp_pipeline as the resource,
oci_gdp_gdp_pipeline as the singular data source, and
oci_gdp_gdp_pipelines as the list data source.