Generate Terraform moved blocks automatically for painless refactoring
Generate Terraform moved blocks automatically for painless refactoring
tfautomv$ tfautomv -old-state old.tfstate -new-code . -out moved.tf$ tfautomv plan -state terraform.tfstate -dir .$ tfautomv apply -state terraform.tfstate -moves moved.tf