From 8a478cbfc590285fac92ce178850407a058d4be0 Mon Sep 17 00:00:00 2001 From: Kuwas <40496186+kuwas@users.noreply.github.com> Date: Wed, 27 May 2020 18:04:09 -0400 Subject: [PATCH] docs: fix monitor_action_group azure_function_receiver function_app_resource_id typo (#7091) --- website/docs/r/monitor_action_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/monitor_action_group.html.markdown b/website/docs/r/monitor_action_group.html.markdown index 6a5bc65e4b1b..e1b96cc2fc35 100644 --- a/website/docs/r/monitor_action_group.html.markdown +++ b/website/docs/r/monitor_action_group.html.markdown @@ -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.