Data Source: oci_psa_private_service_accesses

This data source provides the list of Private Service Access in Oracle Cloud Infrastructure Psa service.

List the private service accesses in the specified compartment. You can optionally filter the list by specifying the OCID of a subnet in the cunsumer’s VCN.

Example Usage

data "oci_psa_private_service_accesses" "test_private_service_accesses" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.private_service_acces_display_name
	id = var.private_service_acces_id
	service_id = oci_psa_psa_service.test_psa_service.id
	state = var.private_service_acces_state
	vcn_id = oci_core_vcn.test_vcn.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PrivateServiceAcces Reference

The following attributes are exported: