Skip to content

Commit

Permalink
Update signalr_service.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbatzner authored and Brunhil committed Feb 18, 2021
1 parent b6a53d9 commit e896571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/signalr_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "azurerm_signalr_service" "example" {
}
upstream_endpoint {
category_pattern = ["connections" , "messages"]
category_pattern = ["connections", "messages"]
event_pattern = ["*"]
hub_pattern = ["hub1"]
url_template = "http://foo.com"
Expand Down

0 comments on commit e896571

Please sign in to comment.