Skip to content

Commit

Permalink
Fix typo: correct "infrastruture" to "infrastructure"
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyainoue0124 committed Oct 21, 2024
1 parent 2e4a62d commit 1bfecd9
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 1bfecd9

Please sign in to comment.