Skip to content

Commit

Permalink
update azure_network_interface documentation to say required for ip_c…
Browse files Browse the repository at this point in the history
…onfiguration (#12185)
  • Loading branch information
ggriffiths authored and stack72 committed Feb 23, 2017
1 parent b71103b commit fd93173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following arguments are supported:

* `dns_servers` - (Optional) List of DNS servers IP addresses to use for this NIC, overrides the VNet-level server list

* `ip_configuration` - (Optional) Collection of ipConfigurations associated with this NIC. Each `ip_configuration` block supports fields documented below.
* `ip_configuration` - (Required) Collection of ipConfigurations associated with this NIC. Each `ip_configuration` block supports fields documented below.

* `tags` - (Optional) A mapping of tags to assign to the resource.

Expand Down

0 comments on commit fd93173

Please sign in to comment.