openstack_networking_portforwarding_v2

Manages a V2 portforwarding resource within OpenStack.

Example Usage

Simple portforwarding

resource "openstack_networking_portforwarding_v2" "pf_1" {
  floatingip_id    = "7a52eb59-7d47-415d-a884-046666a6fbae"
  external_port    = 7233
  internal_port    = 25
  internal_port_id = "b930d7f6-ceb7-40a0-8b81-a425dd994ccf"
  protocol         = "tcp"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: