minamijoyo / tfmigrate

A Terraform / OpenTofu state migration tool for GitOps
MIT License
1.14k stars 57 forks source link

feat: add support for local terraform states #158

Closed vincentgna closed 1 year ago

vincentgna commented 1 year ago

Add from_is_local and to_is_local to multi stage migrations to avoid error on terraform state push.

vincentgna commented 1 year ago

Locally tested this feature, mostly needed to work with local terraform states (not a common scenario).

I intend to keep this on a fork for now.