oci_ai_anomaly_detection_ai_private_endpoint

This resource provides the Ai Private Endpoint resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.

Create a new private reverse connection endpoint.

Example Usage

resource "oci_ai_anomaly_detection_ai_private_endpoint" "test_ai_private_endpoint" {
	#Required
	compartment_id = var.compartment_id
	dns_zones = var.ai_private_endpoint_dns_zones
	subnet_id = oci_core_subnet.test_subnet.id

	#Optional
	defined_tags = {"foo-namespace.bar-key"= "value"}
	display_name = var.ai_private_endpoint_display_name
	freeform_tags = {"bar-key"= "value"}
}

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

Import

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

$ terraform import oci_ai_anomaly_detection_ai_private_endpoint.test_ai_private_endpoint "id"