Skip to content

Commit

Permalink
Casing on the SKU
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Oct 23, 2016
1 parent 7c334fc commit fbbb030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "azurerm_eventhub_namespace" "test" {
name = "acceptanceTestEventHubNamespace"
location = "West US"
resource_group_name = "${azurerm_resource_group.test.name}"
sku = "basic"
sku = "Basic"
capacity = 2
tags {
Expand Down

0 comments on commit fbbb030

Please sign in to comment.