From 123da0c43c7fdf1988a952e61344c64891eb143e Mon Sep 17 00:00:00 2001 From: Jochen Rauschenbusch Date: Wed, 10 Jun 2020 10:44:44 +0200 Subject: [PATCH] add documentation for base_url --- website/docs/r/eventgrid_event_subscription.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/eventgrid_event_subscription.html.markdown b/website/docs/r/eventgrid_event_subscription.html.markdown index 30fc054708d6..881d1cb47b62 100644 --- a/website/docs/r/eventgrid_event_subscription.html.markdown +++ b/website/docs/r/eventgrid_event_subscription.html.markdown @@ -127,6 +127,8 @@ A `webhook_endpoint` supports the following: * `url` - (Required) Specifies the url of the webhook where the Event Subscription will receive events. +* `base_url` - (Computed) The base url of the webhook where the Event Subscription will receive events. + * `max_events_per_batch` - (Optional) Maximum number of events per batch. * `preferred_batch_size_in_kilobytes` - (Optional) Preferred batch size in Kilobytes.