oci_core_drg_route_distribution

This resource provides the Drg Route Distribution resource in Oracle Cloud Infrastructure Core service.

Creates a new route distribution for the specified DRG. Assign the route distribution as an import distribution to a DRG route table using the UpdateDrgRouteTable or CreateDrgRouteTable operations. Assign the route distribution as an export distribution to a DRG attachment using the UpdateDrgAttachment or CreateDrgAttachment operations.

Example Usage

resource "oci_core_drg_route_distribution" "test_drg_route_distribution" {
	#Required
	distribution_type = var.drg_route_distribution_distribution_type
	drg_id = oci_core_drg.test_drg.id

	#Optional
	defined_tags = {"Operations.CostCenter"= "42"}
	display_name = var.drg_route_distribution_display_name
	freeform_tags = {"Department"= "Finance"}
}

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 Drg Route Distribution * update - (Defaults to 20 minutes), when updating the Drg Route Distribution * delete - (Defaults to 20 minutes), when destroying the Drg Route Distribution

Import

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

$ terraform import oci_core_drg_route_distribution.test_drg_route_distribution "id"