From fd9317339ec1067136d90eb4d5b53e4bc5ae61d6 Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Thu, 23 Feb 2017 07:38:06 -0800 Subject: [PATCH] update azure_network_interface documentation to say required for ip_configuration (#12185) --- .../docs/providers/azurerm/r/network_interface.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/network_interface.html.markdown b/website/source/docs/providers/azurerm/r/network_interface.html.markdown index f64fd7d1a..92e197b06 100644 --- a/website/source/docs/providers/azurerm/r/network_interface.html.markdown +++ b/website/source/docs/providers/azurerm/r/network_interface.html.markdown @@ -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.