Closed vincentgna closed 1 year ago
Add from_is_local and to_is_local to multi stage migrations to avoid error on terraform state push.
from_is_local
to_is_local
terraform state push
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.
Add
from_is_local
andto_is_local
to multi stage migrations to avoid error onterraform state push
.