Skip to content

Commit

Permalink
Merge branch 'signalr-upstream' of github.com:brunhil/terraform-provi…
Browse files Browse the repository at this point in the history
…der-azurerm into signalr-upstream
  • Loading branch information
Brunhil committed Feb 12, 2021
2 parents 9c0946f + 04bc005 commit 83829c1
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 83829c1

Please sign in to comment.