Support IP forwarding on GCE instances

This change exposes the CanIpForward property of the Instance, allowing
users to create instances that are allowed to function as NAT or VPN
gateways.
This commit is contained in:
Jeff Goldschrafe 2014-10-07 12:24:13 -04:00
parent 6f47371c1b
commit 7990356e96

View File

@ -47,6 +47,10 @@ The following arguments are supported:
* `disk` - (Required) Disks to attach to the instance. This can be specified
multiple times for multiple disks. Structure is documented below.
* `can_ip_forward` - (Optional) Whether to allow sending and receiving of
packets with non-matching source or destination IPs.
This defaults to false.
* `metadata` - (Optional) Metadata key/value pairs to make available from
within the instance.