oci_data_safe_discovery_jobs_result

Deprecated. This resource does not support create and update operations.

This resource provides the Discovery Jobs Result resource in Oracle Cloud Infrastructure Data Safe service.

Example Usage

resource "oci_data_safe_discovery_jobs_result" "test_discovery_jobs_result" {
}

Argument Reference

The following arguments are supported:

* IMPORTANT * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Discovery Jobs Result * update - (Defaults to 20 minutes), when updating the Discovery Jobs Result * delete - (Defaults to 20 minutes), when destroying the Discovery Jobs Result

Import

DiscoveryJobsResults can be imported using the id, e.g.

$ terraform import oci_data_safe_discovery_jobs_result.test_discovery_jobs_result "discoveryJobs/{discoveryJobId}/results/{resultKey}"