Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Dec 27, 2016
1 parent 000f5fc commit 3010444
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "azurerm_eventhub" "test" {
message_retention = 2
}
resource "azurermeventhub_consumer_group" "test" {
resource "azurerm_eventhub_consumer_group" "test" {
name = "acceptanceTestEventHubConsumerGroup"
namespace_name = "${azurerm_eventhub_namespace.test.name}"
eventhub_name = "${azurerm_eventhub.test.name}"
Expand Down Expand Up @@ -67,7 +67,7 @@ The following arguments are supported:

The following attributes are exported:

* `id` - The EventHub ID.
* `id` - The EventHub Consumer Groups ID.

## Import

Expand Down

0 comments on commit 3010444

Please sign in to comment.