Skip to content

Commit

Permalink
Merge pull request #3076 from seriously-sian/patch-1
Browse files Browse the repository at this point in the history
Update eventgrid_event_subscription.html.markdown
  • Loading branch information
tombuildsstuff authored Mar 19, 2019
2 parents 3e0b46a + f08ff03 commit ffad5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/eventgrid_event_subscription.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "azurerm_storage_account" "default" {
}
resource "azurerm_storage_queue" "default" {
name = defaultStorageQueue"
name = "defaultStorageQueue"
resource_group_name = "${azurerm_resource_group.default.name}"
storage_account_name = "${azurerm_storage_account.default.name}"
}
Expand Down

0 comments on commit ffad5b7

Please sign in to comment.