openstack_networking_router_v2

Manages a V2 router resource within OpenStack.

Example Usage

resource "openstack_networking_router_v2" "router_1" {
  name                = "my_router"
  admin_state_up      = true
  external_network_id = "f67f0d72-0ddf-11e4-9d95-e1f29f417e2f"
}

Argument Reference

The following arguments are supported:

The external_fixed_ip block supports:

The vendor_options block supports:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import openstack_networking_router_v2.router_1 014395cd-89fc-4c9b-96b7-13d1ee79dad2