chore(wiki): cosmetics

Julien Dessaux 2025-04-20 22:52:39 +02:00
parent e3d1ec90f9
commit 93974d6041
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 25 additions and 20 deletions

@ -1,8 +1,13 @@
# What is TfStated # What is TfStated
TfStated is an [OpenTofu/Terraform states HTTP backend](https://developer.hashicorp.com/terraform/language/backend/http). TfStated is an [OpenTofu/Terraform states HTTP
backend](https://developer.hashicorp.com/terraform/language/backend/http).
OpenTofu/Terraform state files are extremely sensitive: they describe the
complete state of one's infrastructure including secrets and other sensitive
data. TfStated's primary mission is to safely and securely manage these state
files. This entails:
OpenTofu/Terraform state files are extremely sensitive: they describe the complete state of one's infrastructure including secrets and other sensitive data. TfStated's primary mission is to safely and securely manage these state files. This entails:
- Storing the state files fully encrypted. - Storing the state files fully encrypted.
- Controlling whose people or what systems have access to which state files. - Controlling whose people or what systems have access to which state files.
- Keeping an audit log of state files access and modifications. - Keeping an audit log of state files access and modifications.