From 1bfecd920ac0d8d5394572ba3bd7115bb5938093 Mon Sep 17 00:00:00 2001 From: Kazuya INOUE Date: Mon, 21 Oct 2024 22:32:13 +0900 Subject: [PATCH] Fix typo: correct "infrastruture" to "infrastructure" --- website/docs/language/backend/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/backend/index.mdx b/website/docs/language/backend/index.mdx index 9399b9830373..b77d67067471 100644 --- a/website/docs/language/backend/index.mdx +++ b/website/docs/language/backend/index.mdx @@ -84,7 +84,7 @@ or state operations. After you initialize, Terraform creates a `.terraform/` directory locally. This directory contains the most recent backend configuration, including any authentication parameters you provided to the Terraform CLI. Do not check this directory into Git, as it may contain sensitive credentials for your remote backend. -The local backend configuration is different and entirely separate from the `terraform.tfstate` file that contains [state data](/terraform/language/state) about your real-world infrastruture. Terraform stores the `terraform.tfstate` file in your remote backend. +The local backend configuration is different and entirely separate from the `terraform.tfstate` file that contains [state data](/terraform/language/state) about your real-world infrastructure. Terraform stores the `terraform.tfstate` file in your remote backend. When you change backends, Terraform gives you the option to migrate your state to the new backend. This lets you adopt backends without losing