terraform/website/source/docs
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
..
backends website: clarify in legacy upgrade that we support k/v on init 2017-03-17 16:03:25 -07:00
commands website: clarify docs with partial config and k/v pairs 2017-03-16 23:33:26 -07:00
configuration Add a substring interpolation function (#12870) 2017-03-22 11:30:39 -04:00
import provider/aws: Support Import of iam_server_certificate (#13065) 2017-03-27 18:49:11 +03:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules fixed modules docs typo (#13087) 2017-03-27 15:34:05 +03:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers provider/azurerm: Remove location argument from azurerm_lb_nat_pool 2017-03-28 15:59:01 +02:00
provisioners website/docs: Run `terraform fmt` on code examples (#12075) 2017-02-19 00:48:50 +02:00
state environment docs 2017-03-27 22:54:14 -04:00
index.html.markdown