https://github.com/grooviter/stateit
resource state management
https://github.com/grooviter/stateit
dsl groovy infrastructure-as-code
Last synced: about 1 year ago
JSON representation
resource state management
- Host: GitHub
- URL: https://github.com/grooviter/stateit
- Owner: grooviter
- License: apache-2.0
- Created: 2023-01-01T03:10:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T08:54:51.000Z (about 3 years ago)
- Last Synced: 2025-01-07T19:49:23.985Z (about 1 year ago)
- Topics: dsl, groovy, infrastructure-as-code
- Language: Groovy
- Homepage: https://grooviter.github.io/stateit
- Size: 4.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# StateIT
**StateIT** creates resources and keep their state so it can keep track of them. Thanks to the stored state, **StateIT** knows what resources have been applied so far, what resources should be removed...etc. **StateIT** is a tool inspired by [Terraform](https://www.terraform.io/).
**IMPORTANT!**: StateIT is still in alpha state so it is not ready for production use yet.
## Documentation
Checkout StateIT documentation at https://grooviter.github.io/stateit
## License
StateIT is licensed under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0)