chore(wiki): cosmetics
parent
e3d1ec90f9
commit
93974d6041
3 changed files with 25 additions and 20 deletions
16
Home.md
16
Home.md
|
@ -1,8 +1,8 @@
|
|||
# TfStated 1.0 documentation
|
||||
|
||||
- [[What is TfStated]]
|
||||
- [[Quickstart]]
|
||||
- [[Administrator Guide]]
|
||||
- [[User Guide]]
|
||||
- [[Contributor Guide]]
|
||||
|
||||
# TfStated 1.0 documentation
|
||||
|
||||
- [[What is TfStated]]
|
||||
- [[Quickstart]]
|
||||
- [[Administrator Guide]]
|
||||
- [[User Guide]]
|
||||
- [[Contributor Guide]]
|
||||
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
# 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.
|
||||
# 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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
© 2024 - present | [Julien (Adyxax) Dessaux](https://www.adyxax.org/docs/about-me/) | [Some rights reserved](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)
|
||||
© 2024 - present | [Julien (Adyxax) Dessaux](https://www.adyxax.org/docs/about-me/) | [Some rights reserved](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue