Data Source: oci_service_mesh_ingress_gateway_route_tables

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

Returns a list of IngressGatewayRouteTable objects.

Example Usage

data "oci_service_mesh_ingress_gateway_route_tables" "test_ingress_gateway_route_tables" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	id = var.ingress_gateway_route_table_id
	ingress_gateway_id = oci_service_mesh_ingress_gateway.test_ingress_gateway.id
	name = var.ingress_gateway_route_table_name
	state = var.ingress_gateway_route_table_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

IngressGatewayRouteTable Reference

The following attributes are exported: