From 55a30f046e0ce5e3c2ef17fde09fab594117219a Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Tue, 4 Jul 2017 12:35:53 +0100 Subject: [PATCH] Adding the new field to the docs --- website/docs/r/servicebus_topic.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/r/servicebus_topic.html.markdown b/website/docs/r/servicebus_topic.html.markdown index 49e9fc7b8a81..7394e7337c0b 100644 --- a/website/docs/r/servicebus_topic.html.markdown +++ b/website/docs/r/servicebus_topic.html.markdown @@ -10,8 +10,7 @@ description: |- Create a ServiceBus Topic. -**Note** Topics can only be created in Namespaces with an SKU of `standard` or -higher. +**Note** Topics can only be created in Namespaces with an SKU of `standard` or higher. ## Example Usage @@ -58,6 +57,8 @@ The following arguments are supported: * `resource_group_name` - (Required) The name of the resource group in which to create the namespace. Changing this forces a new resource to be created. +* `status` - (Optional) The Status of the Service Bus Topic. Acceptable values are `Active` or `Disabled`. Defaults to `Active`. + * `auto_delete_on_idle` - (Optional) The idle interval after which the Topic is automatically deleted, minimum of 5 minutes. Provided in the [TimeSpan](#timespan-format) format.