source_dest_check defaults to true in the code

This commit is contained in:
James Martelletti 2014-09-16 21:40:16 +10:00
parent 7d1d9bab79
commit 78e072e0b6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ The following arguments are supported:
* `private_ip` - (Optional) Private IP address to associate with the
instance in a VPC.
* `source_dest_check` - (Optional) Controls if traffic is routed to the instance when
the destination address does not match the instance. Used for NAT or VPNs. Defaults false.
the destination address does not match the instance. Used for NAT or VPNs. Defaults true.
* `user_data` - (Optional) The user data to provide when launching the instance.
## Attributes Reference