provider/azurerm: Documentation update for Public IP resource (#7335)

Fixes #7334 where the Public IP documentation was copied and pasted from
availability set documentation and wasn't updated
This commit is contained in:
Paul Stack 2016-06-27 12:47:54 +01:00 committed by GitHub
parent 827fcf15c5
commit 561b4f1417
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ resource "azurerm_public_ip" "test" {
The following arguments are supported:
* `name` - (Required) Specifies the name of the availability set. Changing this forces a
* `name` - (Required) Specifies the name of the Public IP resource . Changing this forces a
new resource to be created.
* `resource_group_name` - (Required) The name of the resource group in which to
create the availability set.
create the public ip.
* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.