From ee2f418f36ecd071cc4dde413b9c7cf7256f93b8 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 6 Apr 2023 17:19:23 -0700 Subject: [PATCH] Update website/docs/language/settings/backends/azurerm.mdx --- website/docs/language/settings/backends/azurerm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/azurerm.mdx b/website/docs/language/settings/backends/azurerm.mdx index 531ad3feeb..a739b015fb 100644 --- a/website/docs/language/settings/backends/azurerm.mdx +++ b/website/docs/language/settings/backends/azurerm.mdx @@ -249,7 +249,7 @@ The following configuration options are supported: ~> **NOTE:** An `endpoint` should only be configured when using Azure Stack. -* 'metadata_host' - (Optional) The Hostname of the Azure Metadata Service (for example management.azure.com), used to obtain the Cloud Environment when using a Custom Azure Environment. This can also be sourced from the ARM_METADATA_HOSTNAME Environment Variable. +* `metadata_host` - (Optional) The Hostname of the Azure Metadata Service (for example `management.azure.com`), used to obtain the Cloud Environment when using a Custom Azure Environment. This can also be sourced from the `ARM_METADATA_HOSTNAME` Environment Variable. * `snapshot` - (Optional) Should the Blob used to store the Terraform Statefile be snapshotted before use? Defaults to `false`. This value can also be sourced from the `ARM_SNAPSHOT` environment variable.