FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_networking_floatingip_v2

Manages a V2 floating IP resource within OpenStack Neutron (networking) that can be used for load balancers. These are similar to Nova (compute) floating IP resources, but only compute floating IPs can be used with compute instances.

Example Usage

resource "openstack_networking_floatingip_v2" "floatip_1" {
  pool = "public"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Floating IPs can be imported using the id, e.g.

$ terraform import openstack_networking_floatingip_v2.floatip_1 2c7f39f3-702b-48d1-940c-b50384177ee1

See the source of this document at Terraform.io