Skip to content

Commit

Permalink
docs: fix monitor_action_group azure_function_receiver function_app_r…
Browse files Browse the repository at this point in the history
…esource_id typo (#7091)
  • Loading branch information
kuwas committed May 27, 2020
1 parent 489f340 commit 8a478cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/monitor_action_group.html.markdown
Expand Up @@ -151,7 +151,7 @@ The following arguments are supported:
`azure_function_receiver` supports the following:

* `name` - (Required) The name of the Azure Function receiver.
* `function_app_resouce_id` - (Required) The Azure resource ID of the function app.
* `function_app_resource_id` - (Required) The Azure resource ID of the function app.
* `function_name` - (Required) The function name in the function app.
* `http_trigger_url` - (Required) The http trigger url where http request sent to.
* `use_common_alert_schema` - (Optional) Enables or disables the common alert schema.
Expand Down

0 comments on commit 8a478cb

Please sign in to comment.