From 6e4266cb53ecc1013bb01dbd1dc47fd32473bb77 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 3 Aug 2018 00:42:47 -0700 Subject: [PATCH] update VMSS docs to include ip_forwarding (fixes #1709) (#1713) * update VMSS docs to include ip_forwarding (fixes #1709) * Updating to include the default value --- website/docs/r/virtual_machine_scale_set.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/r/virtual_machine_scale_set.html.markdown b/website/docs/r/virtual_machine_scale_set.html.markdown index 518caa1987fd..4c1b1ef6b81d 100644 --- a/website/docs/r/virtual_machine_scale_set.html.markdown +++ b/website/docs/r/virtual_machine_scale_set.html.markdown @@ -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: