From 216a68a41bfaec72b8f56995c86b59b9e2f1340d Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 17 Aug 2017 12:55:48 -0400 Subject: [PATCH] update backend docs to reflect new azurerm name The backend has been renamed. Using the old name in the config will trigger a deprecation warning, but the implementation and the documentation is the same. --- .../backends/types/{azure.html.md => azurerm.html.md} | 10 +++++----- website/layouts/backend-types.erb | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) rename website/docs/backends/types/{azure.html.md => azurerm.html.md} (92%) diff --git a/website/docs/backends/types/azure.html.md b/website/docs/backends/types/azurerm.html.md similarity index 92% rename from website/docs/backends/types/azure.html.md rename to website/docs/backends/types/azurerm.html.md index 6095b54a9a..9907fb2433 100644 --- a/website/docs/backends/types/azure.html.md +++ b/website/docs/backends/types/azurerm.html.md @@ -1,12 +1,12 @@ --- layout: "backend-types" -page_title: "Backend Type: azure" -sidebar_current: "docs-backends-types-standard-azure" +page_title: "Backend Type: azurerm" +sidebar_current: "docs-backends-types-standard-azurerm" description: |- Terraform can store state remotely in Azure Storage. --- -# azure +# azurerm **Kind: Standard (with state locking)** @@ -16,7 +16,7 @@ Stores the state as a given key in a given bucket on [Microsoft Azure Storage](h ```hcl terraform { - backend "azure" { + backend "azurerm" { storage_account_name = "abcd1234" container_name = "tfstate" key = "prod.terraform.tfstate" @@ -31,7 +31,7 @@ Note that for the access credentials we recommend using a ```hcl data "terraform_remote_state" "foo" { - backend = "azure" + backend = "azurerm" config { storage_account_name = "terraform123abc" container_name = "terraform-state" diff --git a/website/layouts/backend-types.erb b/website/layouts/backend-types.erb index 0397535d19..4e2510a389 100644 --- a/website/layouts/backend-types.erb +++ b/website/layouts/backend-types.erb @@ -26,8 +26,8 @@ > artifactory - > - azure + > + azure > consul