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:
parent
827fcf15c5
commit
561b4f1417
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue