openstack_vpnaas_service_v2

Manages a V2 Neutron VPN service resource within OpenStack.

Example Usage

resource "openstack_vpnaas_service_v2" "service_1" {
  name           = "my_service"
  router_id      = "14a75700-fc03-4602-9294-26ee44f366b3"
  admin_state_up = "true"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import openstack_vpnaas_service_v2.service_1 832cb7f3-59fe-40cf-8f64-8350ffc03272