{"id":19065762,"url":"https://github.com/last9/tfstate","last_synced_at":"2025-06-23T13:34:47.583Z","repository":{"id":40540300,"uuid":"61237662","full_name":"last9/tfstate","owner":"last9","description":"Restful Terraform remote state server","archived":false,"fork":false,"pushed_at":"2022-06-28T12:34:43.000Z","size":8,"stargazers_count":29,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-28T12:43:28.319Z","etag":null,"topics":["state-management","terraform","terraform-remote","tfstate"],"latest_commit_sha":null,"homepage":"http://blog.oogway.in/terraform-remote-state-server/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/last9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-15T20:10:22.000Z","updated_at":"2023-04-28T19:27:59.000Z","dependencies_parsed_at":"2022-09-21T01:11:37.607Z","dependency_job_id":null,"html_url":"https://github.com/last9/tfstate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/last9/tfstate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Ftfstate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Ftfstate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Ftfstate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Ftfstate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/last9","download_url":"https://codeload.github.com/last9/tfstate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Ftfstate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261487299,"owners_count":23166058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["state-management","terraform","terraform-remote","tfstate"],"created_at":"2024-11-09T00:52:33.282Z","updated_at":"2025-06-23T13:34:42.551Z","avatar_url":"https://github.com/last9.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tfstate\nRestful Terraform remote state server\n\nRefer to the Documentation [here](https://www.terraform.io/docs/state/remote/http.html) on how to setup your terraform to talk to a resftful server\nCurrently this only supports saving the State to MongoDB after the Restful server receives it, but you can have more implementations.\nLook at mongo.go for a Sample implementation and storeage.go is the basic interface that every engine needs to implement.\n\nMake sure your GOPATH and all is set.\n\n## Getthing Running\n  * Do `go get github.com/oogway/tfstate`\n  * Execute `tfstate`\n  \nYou can run `tfstate --help` to check usage:\n\n```shell\npiyush:~  λ tfstate --help\nUsage of tfstate:\n  -config string\n    \tLocation of the yaml config file\n```\n\n### Sample Configuration file\n\n```yaml\nmongo:\n  host: hello.mlab.com:15194\n  database: terraform\n  username: transformer\n  password: 0hS0sw33t\n```\n\n### Default Configuration\n\n```yaml\nmongo:\n  host: \"127.0.0.1:27017\"\n  database: terraform\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flast9%2Ftfstate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flast9%2Ftfstate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flast9%2Ftfstate/lists"}