docs/azurerm: Add managed parameter to availability set docs (#12536)

This commit is contained in:
Paul Stack 2017-03-08 21:40:58 +02:00 committed by GitHub
parent 95c2df2a96
commit 769397b62c

View File

@ -44,6 +44,9 @@ The following arguments are supported:
* `platform_update_domain_count` - (Optional) Specifies the number of update domains that are used. Defaults to 5.
* `platform_fault_domain_count` - (Optional) Specifies the number of fault domains that are used. Defaults to 3.
* `managed` - (Optional) Specifies whether the availability set is managed or not. Possible values are `true` (to specify aligned) or `false` (to specify classic). Default is `false`.
* `tags` - (Optional) A mapping of tags to assign to the resource.
## Attributes Reference