Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyb3r-jak3/terraform-state-manager
Terraform State Manager (TSM) is a HTTP backend for Terraform. Offers multi user support
https://github.com/cyb3r-jak3/terraform-state-manager
cloudflare-workers terraform-backend
Last synced: about 4 hours ago
JSON representation
Terraform State Manager (TSM) is a HTTP backend for Terraform. Offers multi user support
- Host: GitHub
- URL: https://github.com/cyb3r-jak3/terraform-state-manager
- Owner: Cyb3r-Jak3
- License: mit
- Created: 2024-01-08T00:14:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T00:43:25.000Z (5 months ago)
- Last Synced: 2024-06-20T13:16:00.123Z (5 months ago)
- Topics: cloudflare-workers, terraform-backend
- Language: TypeScript
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform State Manager
Terraform State Manager (TSM) is a tool to manage terraform state files for multiple projects. It is built on top of Cloudflare Workers, using Durable Objects and D1.
See [Getting Started](./GettingStarted.md) for more details.
## Features
- [x] Create users with username and password
- [x] Create tokens for users
- [x] Auto create projects.
- [x] Store historical state files.
- [ ] API scoped to projects.
- [ ] Purge a project state files.
- [ ] OpenAPI documentation.
- [ ] Auto delete state files after a period of time.
- [ ] Maximum amount of state files per project.