openstack_vpnaas_endpoint_group_v2

Manages a V2 Neutron Endpoint Group resource within OpenStack.

Example Usage

resource "openstack_vpnaas_endpoint_group_v2" "group_1" {
  name = "Group 1"
  type = "cidr"
  endpoints = ["10.2.0.0/24",
  "10.3.0.0/24", ]
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

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

$ terraform import openstack_vpnaas_endpoint_group_v2.group_1 832cb7f3-59fe-40cf-8f64-8350ffc03272