Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update VMSS docs to include ip_forwarding (fixes #1709) #1713

Merged
merged 2 commits into from
Aug 3, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
* `network_security_group_id` - (Optional) Specifies the identifier for the network security group.

`dns_settings` supports the following:
Expand Down