tfstate loves mongo
Version updated for https://github.com/tsuji-riya/tfstate-loves-mongo to version v1.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action facilitates the management of Terraform state files (.tfstate) by using MongoDB as a backend. It automates the process of fetching the latest state before a Terraform run and saving the updated state after execution, while also maintaining only the two most recent snapshots to minimize storage usage. Its key capabilities include seamless state file versioning, storage optimization, and integration with MongoDB for reliable state management.
What’s Changed
What’s Changed
- Support cli by @tsuji-riya in https://github.com/tsuji-riya/tfstate-loves-mongo/pull/1
New Contributors
- @tsuji-riya made their first contribution in https://github.com/tsuji-riya/tfstate-loves-mongo/pull/1
Full Changelog: https://github.com/tsuji-riya/tfstate-loves-mongo/compare/v1.1...v1.2.0