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

pull/12537/head
Paul Stack 9 years ago committed by GitHub
parent 95c2df2a96
commit 769397b62c

@ -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

Loading…
Cancel
Save