terraform/website/source/docs/providers/azurerm
Laurens Vanderhoven a6b20b183d provider/azurerm: Remove location argument from azurerm_lb_nat_pool
According to documentation, `location` is a required argument for
`azurerm_lb_nat_pool`. However, configuring an `azurerm_lb_nat_pool`
with a `location` argument leads to the following warning:

```
There are warnings and/or errors related to your configuration. Please
fix these before continuing.

Warnings:

  * azurerm_lb_nat_pool.test: "location": [DEPRECATED] location is no longer used

No errors found. Continuing with 1 warning(s).
```

Disclaimer: Terraform v0.8.8, haven't moved to 0.9.x yet :/
2017-03-28 15:59:01 +02:00
..
d website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
r provider/azurerm: Remove location argument from azurerm_lb_nat_pool 2017-03-28 15:59:01 +02:00
index.html.markdown Update documentation for AzureRM (#12129) 2017-02-21 12:34:49 +02:00