Skip to content

Commit

Permalink
typo in this page (#4435)
Browse files Browse the repository at this point in the history
azurerm_stream_analytics_stream_input_eventhub mentioned instead of azurerm_stream_analytics_stream_input_blob
  • Loading branch information
shankar5885 authored and katbyte committed Sep 25, 2019
1 parent 8857b75 commit f948958
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "azurerm_storage_container" "example" {
container_access_type = "private"
}
resource "azurerm_stream_analytics_stream_input_eventhub" "test" {
resource "azurerm_stream_analytics_stream_input_blob" "test" {
name = "eventhub-stream-input"
stream_analytics_job_name = "${data.azurerm_stream_analytics_job.example.name}"
resource_group_name = "${data.azurerm_stream_analytics_job.example.resource_group_name}"
Expand Down

0 comments on commit f948958

Please sign in to comment.