diff --git a/azurerm/internal/services/eventhub/eventhub_namespace_resource.go b/azurerm/internal/services/eventhub/eventhub_namespace_resource.go index 23e489c3922a..17837ddc733b 100644 --- a/azurerm/internal/services/eventhub/eventhub_namespace_resource.go +++ b/azurerm/internal/services/eventhub/eventhub_namespace_resource.go @@ -73,10 +73,9 @@ func resourceEventHubNamespace() *schema.Resource { }, "capacity": { - Type: schema.TypeInt, - Optional: true, - Default: 1, - ValidateFunc: validation.IntBetween(1, 20), + Type: schema.TypeInt, + Optional: true, + Default: 1, }, "auto_inflate_enabled": { diff --git a/website/docs/r/eventhub_namespace.html.markdown b/website/docs/r/eventhub_namespace.html.markdown index 0815b1a88919..96af0b2b7d58 100644 --- a/website/docs/r/eventhub_namespace.html.markdown +++ b/website/docs/r/eventhub_namespace.html.markdown @@ -43,7 +43,7 @@ The following arguments are supported: * `sku` - (Required) Defines which tier to use. Valid options are `Basic` and `Standard`. -* `capacity` - (Optional) Specifies the Capacity / Throughput Units for a `Standard` SKU namespace. Valid values range from `1` - `20`. +* `capacity` - (Optional) Specifies the Capacity / Throughput Units for a `Standard` SKU namespace. Default capacity has a maximum of `20`, but can be increased in blocks of 20 on a committed purchase basis. * `auto_inflate_enabled` - (Optional) Is Auto Inflate enabled for the EventHub Namespace?