Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazelops/tflock
https://github.com/hazelops/tflock
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazelops/tflock
- Owner: hazelops
- License: apache-2.0
- Created: 2022-03-02T10:09:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T08:01:51.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T22:46:09.393Z (7 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️This repository is not maintained⚠️
# ⚠️This repository is outdated and deprecated⚠️# tflock
Lock your terraform state manually.Only S3 backend is supported for now.
## Building
Required: Go 1.17+.
* Clone this repository
```
$ cd tflock
$ go install
```