From e3d1ec90f9bec66921322aa42b4e3f54acaab7ce Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 20 Apr 2025 22:47:08 +0200 Subject: [PATCH] feat(about): add What-is-TfStated --- What-is-TfStated.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 What-is-TfStated.md diff --git a/What-is-TfStated.md b/What-is-TfStated.md new file mode 100644 index 0000000..dd1a2d0 --- /dev/null +++ b/What-is-TfStated.md @@ -0,0 +1,11 @@ +# What is TfStated + +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: +- Storing the state files fully encrypted. +- Controlling whose people or what systems have access to which state files. +- Keeping an audit log of state files access and modifications. +- Storing state files version history. +- Allowing to rollback to previous state files versions. +- Manage state file locks. \ No newline at end of file