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:
Judith Malnick 2023-03-14 09:48:53 -07:00 committed by GitHub
parent 15ecdb66c8
commit fcc6b7ac7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.