oci_generative_ai_generative_ai_private_endpoint

This resource provides the Generative Ai Private Endpoint resource in Oracle Cloud Infrastructure Generative AI service.

Creates a Generative AI private endpoint.

Example Usage

resource "oci_generative_ai_generative_ai_private_endpoint" "test_generative_ai_private_endpoint" {
	#Required
	compartment_id = var.compartment_id
	dns_prefix = var.generative_ai_private_endpoint_dns_prefix
	subnet_id = oci_core_subnet.test_subnet.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	description = var.generative_ai_private_endpoint_description
	display_name = var.generative_ai_private_endpoint_display_name
	freeform_tags = {"Department"= "Finance"}
	nsg_ids = var.generative_ai_private_endpoint_nsg_ids
}

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

Import

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

$ terraform import oci_generative_ai_generative_ai_private_endpoint.test_generative_ai_private_endpoint "id"