FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

openstack_compute_floatingip_v2

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

Example Usage

resource "openstack_compute_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_compute_floatingip_v2.floatip_1 89c60255-9bd6-460c-822a-e2b959ede9d2

See the source of this document at Terraform.io