update azure_network_interface documentation to say required for ip_configuration (#12185)

This commit is contained in:
Grant Griffiths 2017-02-23 07:38:06 -08:00 committed by Paul Stack
parent b71103b0f2
commit fd9317339e
1 changed files with 1 additions and 1 deletions

View File

@ -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.