mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Add TFC to state doc (#32836)
* add TFC to state doc * Update website/docs/language/state/index.mdx Co-authored-by: rita <8647768+ritsok@users.noreply.github.com> --------- Co-authored-by: rita <8647768+ritsok@users.noreply.github.com>
This commit is contained in:
parent
15ecdb66c8
commit
fcc6b7ac7f
@ -13,9 +13,10 @@ resources to your configuration, keep track of metadata, and to improve
|
||||
performance for large infrastructures.
|
||||
|
||||
This state is stored by default in a local file named "terraform.tfstate",
|
||||
but it can also be stored remotely, which works better in a team environment.
|
||||
but we recommend [storing it in Terraform Cloud](/terraform/cloud-docs/migrate)
|
||||
to version, encrypt, and securely share it with your team.
|
||||
|
||||
Terraform uses this local state to create plans and make changes to your
|
||||
Terraform uses state to determine which changes to make to your
|
||||
infrastructure. Prior to any operation, Terraform does a
|
||||
[refresh](/terraform/cli/commands/refresh) to update the state with the
|
||||
real infrastructure.
|
||||
|
Loading…
Reference in New Issue
Block a user