oci_datascience_private_endpoint

This resource provides the Data Science Private Endpoint resource in Oracle Cloud Infrastructure Data Science service.

Creates a Data Science private endpoint to be used by a Data Science resource.

Example Usage

resource "oci_datascience_private_endpoint" "test_data_science_private_endpoint" {
	#Required
	compartment_id = var.compartment_id
	data_science_resource_type = var.data_science_private_endpoint_data_science_resource_type
	subnet_id = oci_core_subnet.test_subnet.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.data_science_private_endpoint_description
	display_name = var.data_science_private_endpoint_display_name
	freeform_tags = {"Department"= "Finance"}
	nsg_ids = var.data_science_private_endpoint_nsg_ids
	sub_domain = var.data_science_private_endpoint_sub_domain
}

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 Data Science Private Endpoint * update - (Defaults to 20 minutes), when updating the Data Science Private Endpoint * delete - (Defaults to 20 minutes), when destroying the Data Science Private Endpoint

Import

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

$ terraform import oci_datascience_private_endpoint.test_data_science_private_endpoint "id"