FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

vcd_dnat

Provides a vCloud Director DNAT resource. This can be used to create, modify, and delete destination NATs to map an external IP/port to a VM.

Example Usage

resource "vcd_dnat" "web" {
    edge_gateway  = "Edge Gateway Name"
    external_ip   = "78.101.10.20"
    port          = 80
    internal_ip   = "10.10.0.5"
}

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io