From 107b4bc661c8b5338894b78ffc88dba7fb6d6634 Mon Sep 17 00:00:00 2001 From: Yun Liu Date: Tue, 13 Jun 2023 16:22:53 +0800 Subject: [PATCH] property name fix for `azurerm_arc_machine_extension` (#22145) --- website/docs/r/arc_machine_extension.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/arc_machine_extension.html.markdown b/website/docs/r/arc_machine_extension.html.markdown index c3c89016a3cc..208027a346de 100644 --- a/website/docs/r/arc_machine_extension.html.markdown +++ b/website/docs/r/arc_machine_extension.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: --- -* `automatic_upgrades_enabled` - (Optional) Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. Supported values are `true` and `false`. +* `automatic_upgrade_enabled` - (Optional) Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. Supported values are `true` and `false`. **NOTE:** When `automatic_upgrade_enabled` can only be set during creation. Any later change will be ignored.