Skip to content

Commit

Permalink
Merge pull request #35883 from kazuyainoue0124/fix/typo-infrastructure
Browse files Browse the repository at this point in the history
Fix typo: correct "infrastruture" to "infrastructure"
  • Loading branch information
crw authored Nov 18, 2024
2 parents 9d03e9d + 34727c5 commit f192490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/backend/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f192490

Please sign in to comment.