Skip to content

Commit

Permalink
update VMSS docs to include ip_forwarding (fixes hashicorp#1709) (has…
Browse files Browse the repository at this point in the history
…hicorp#1713)

* update VMSS docs to include ip_forwarding (fixes hashicorp#1709)

* Updating to include the default value
  • Loading branch information
katbyte authored and tombuildsstuff committed Aug 3, 2018
1 parent c79134d commit 6e4266c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/r/virtual_machine_scale_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ output "principal_id" {
* `primary` - (Required) Indicates whether network interfaces created from the network interface configuration will be the primary NIC of the VM.
* `ip_configuration` - (Required) An ip_configuration block as documented below.
* `accelerated_networking` - (Optional) Specifies whether to enable accelerated networking or not. Defaults to `false`.
* `dns_settings` - (Optional) An dns_settings block as documented below.
* `dns_settings` - (Optional) A dns_settings block as documented below.
* `ip_forwarding` - (Optional) Whether IP forwarding is enabled on this NIC. Defaults to `false`.
* `network_security_group_id` - (Optional) Specifies the identifier for the network security group.

`dns_settings` supports the following:
Expand Down

0 comments on commit 6e4266c

Please sign in to comment.