Slight doc correction (#7356)
Docs referred to availability set name, not NSG name,
This commit is contained in:
parent
139302122e
commit
d99880dc80
|
@ -46,7 +46,7 @@ resource "azurerm_network_security_group" "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 network security group. Changing this forces a
|
||||
new resource to be created.
|
||||
|
||||
* `resource_group_name` - (Required) The name of the resource group in which to
|
||||
|
@ -87,4 +87,4 @@ The `security_rule` block supports:
|
|||
|
||||
The following attributes are exported:
|
||||
|
||||
* `id` - The Network Security Group ID.
|
||||
* `id` - The Network Security Group ID.
|
||||
|
|
Loading…
Reference in New Issue