Hacker News new | ask | show | jobs
by fprct 1654 days ago
Didn't try it yet, but "moved" statements seem like a great improvement.

TLDR: Instead of separate steps of (1) running `terraform state mv` operation on a state file and (2) modifying your code to reflect that change, now you can do this in a single step, in code: https://www.terraform.io/docs/language/modules/develop/refac... .

edit: grammar