Data Source: oci_core_drg_route_tables

This data source provides the list of Drg Route Tables in Oracle Cloud Infrastructure Core service.

Lists the DRG route tables for the specified DRG.

Use the ListDrgRouteRules operation to retrieve the route rules in a table.

Example Usage

data "oci_core_drg_route_tables" "test_drg_route_tables" {
	#Required
	drg_id = oci_core_drg.test_drg.id

	#Optional
	display_name = var.drg_route_table_display_name
	import_drg_route_distribution_id = oci_core_drg_route_distribution.test_drg_route_distribution.id
	state = var.drg_route_table_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DrgRouteTable Reference

The following attributes are exported: