FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

vcd_snat

Provides a vCloud Director SNAT resource. This can be used to create, modify, and delete source NATs to allow vApps to send external traffic.

Example Usage

resource "vcd_snat" "outbound" {
	edge_gateway = "Edge Gateway Name"
	external_ip  = "78.101.10.20"
	internal_ip  = "10.10.0.0/24"
}

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io