oci_opsi_operations_insights_private_endpoint

This resource provides the Operations Insights Private Endpoint resource in Oracle Cloud Infrastructure Opsi service.

Create a private endpoint resource for the tenant in Operations Insights. This resource will be created in customer compartment.

Example Usage

resource "oci_opsi_operations_insights_private_endpoint" "test_operations_insights_private_endpoint" {
    #Required
    compartment_id = var.compartment_id
    display_name = var.operations_insights_private_endpoint_display_name
    is_used_for_rac_dbs = var.operations_insights_private_endpoint_is_used_for_rac_dbs
    subnet_id = oci_core_subnet.test_subnet.id
    vcn_id = oci_core_vcn.test_vcn.id

    #Optional
    defined_tags = {"foo-namespace.bar-key"= "value"}
    description = var.operations_insights_private_endpoint_description
    freeform_tags = {"bar-key"= "value"}
    nsg_ids = var.operations_insights_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 Operations Insights Private Endpoint * update - (Defaults to 20 minutes), when updating the Operations Insights Private Endpoint * delete - (Defaults to 20 minutes), when destroying the Operations Insights Private Endpoint

Import

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

$ terraform import oci_opsi_operations_insights_private_endpoint.test_operations_insights_private_endpoint "id"