terraform/website/source/docs
Laurens Vanderhoven 4940fd64f1 provider/azurerm: Remove location argument from azurerm_lb_* (#11969)
* provider/azurerm: Remove location argument from loadbalancer_backend_address_pool

Applying a Terraform execution plan containing a loadbalancer_backend_address_pool
with a location argument throws a warning:

----
Warnings:

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

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

* provider/azurerm: Remove location argument from azurerm_lb_rule

(Similar to https://github.com/hashicorp/terraform/pull/11963)

Applying a Terraform execution plan containing a azurerm_lb_rule
with a location argument throws a warning:

```
Warnings:

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

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

Removing the (required) location argument from the documentation
as it is deprecated as per the warning.

* provider/azurerm: Remove location argument from azurerm_lb_probe

(Similar to https://github.com/hashicorp/terraform/pull/11963)

Applying a Terraform execution plan containing a azurerm_lb_probe
with a location argument throws a warning:

```
Warnings:

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

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

Removing the (required) location argument from the documentation
as it is deprecated as per the warning.
2017-02-15 23:00:35 +00:00
..
backends website: document state locking and remote state page 2017-02-15 12:58:52 -08:00
commands website: document init and new state commands 2017-02-15 13:14:32 -08:00
configuration Merge pull request #11922 from hashicorp/f-tf-cli 2017-02-13 15:26:25 -08:00
import typo? (#11933) 2017-02-15 09:33:55 +00:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules Mention how to use git modules over SSH (#11467) 2017-02-13 18:40:14 +00:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers provider/azurerm: Remove location argument from azurerm_lb_* (#11969) 2017-02-15 23:00:35 +00:00
provisioners website: document destroy provisioners 2017-01-20 23:21:29 -08:00
state website: document state locking and remote state page 2017-02-15 12:58:52 -08:00
index.html.markdown