Data Source: oci_service_mesh_ingress_gateways

This data source provides the list of Ingress Gateways in Oracle Cloud Infrastructure Service Mesh service.

Returns a list of IngressGateway objects.

Example Usage

data "oci_service_mesh_ingress_gateways" "test_ingress_gateways" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    id = var.ingress_gateway_id
    mesh_id = oci_service_mesh_mesh.test_mesh.id
    name = var.ingress_gateway_name
    state = var.ingress_gateway_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

IngressGateway Reference

The following attributes are exported: