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 authored and crw committed Nov 18, 2024
1 parent 9d03e9d commit 34727c5
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 34727c5

Please sign in to comment.