From 769397b62cf0b8f5e056f683f5f695878d26f343 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 8 Mar 2017 21:40:58 +0200 Subject: [PATCH] docs/azurerm: Add managed parameter to availability set docs (#12536) --- .../docs/providers/azurerm/r/availability_set.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/azurerm/r/availability_set.html.markdown b/website/source/docs/providers/azurerm/r/availability_set.html.markdown index 2cc8ff0e19..446444db76 100644 --- a/website/source/docs/providers/azurerm/r/availability_set.html.markdown +++ b/website/source/docs/providers/azurerm/r/availability_set.html.markdown @@ -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