opc_compute_ip_network_exchange

The opc_compute_ip_network_exchange resource creates and manages an IP network exchange in an Oracle Cloud Infrastructure Compute Classic identity domain.

Example Usage

resource "opc_compute_ip_network_exchange" "default" {
  name = "NetworkExchange1"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the ip network exchange.

  • description - (Optional) A description of the ip network exchange.

  • tags - (Optional) List of tags that may be applied to the IP network exchange.

Import

IP Network Exchange's can be imported using the resource name, e.g.

$ terraform import opc_compute_ip_network_exchange.exchange1 example

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/opc/r/opc_compute_ip_network_exchange.html