Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Batzner authored and tombuildsstuff committed Feb 11, 2020
1 parent a4ccde4 commit 5aaf923
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions website/docs/d/eventhub_consumer_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ data "azurerm_eventhub_consumer_group" "test" {

## Argument Reference

The following arguments are supported:
* `name` - Specifies the name of the EventHub Consumer Group resource.

* `name` - (Required) Specifies the name of the EventHub Consumer Group resource.
* `namespace_name` - Specifies the name of the grandparent EventHub Namespace.

* `namespace_name` - (Required) Specifies the name of the grandparent EventHub Namespace.
* `eventhub_name` - Specifies the name of the EventHub.

* `eventhub_name` - (Required) Specifies the name of the EventHub.

* `resource_group_name` - (Required) The name of the resource group in which the EventHub Consumer Group's grandparent Namespace exists.
* `resource_group_name` - The name of the resource group in which the EventHub Consumer Group's grandparent Namespace exists.

## Attributes Reference

Expand Down

0 comments on commit 5aaf923

Please sign in to comment.