0
0
llucycodes42
The openstack_compute_floatingip_v2 resource specifies an OpenStack Compute Floating IP instance. The pool value specifies the public pool in which the instance will be created.
Shortcut: tf_openstack_compute_floatingip_v2
resource "openstack_compute_floatingip_v2" "${myResourceName}" {
name = "my-${myResourceName}"
description = "my-description-${myResourceName}"
pool = "public"
}