Terradrift Versions Save

A tool to detect drifts in terraform IaC

v0.0.5

1 year ago

Changelog

  • 857fd10 fix: Validation if terraform version not defined and Add more tests (#19)

v0.0.4

1 year ago

Changelog

  • 49d4ce1 feat: add more metric to detect failures (#18)

v0.0.3

1 year ago

Changelog

  • bc94f18 Merge pull request #15 from rootsami/fix-nullpointer-exception
  • 1f84356 fix(tfstack): null pointer exception once drift is detected

v0.0.2

1 year ago

Changelog

  • 1a13cd7 Merge pull request #13 from rootsami/fix-ci-gh-action
  • 2681795 ci: goreleaser github-action v4
  • 6ed0565 Merge pull request #12 from rootsami/fix-raw-plan
  • f196f7a refactor: calculate drift based on json output instead of human-readable
  • dd36605 Merge pull request #8 from rootsami/fix-readme
  • f1b3635 docs: fix a miscalculated results

v0.0.1

1 year ago

Initial Release

A tool that will navigate through all terraform directories (stacks) to run terraform plan to detect the current drift between the committed code and applied infrastructure.

Full Changelog: https://github.com/rootsami/terradrift/commits/v0.0.1