infra/migrate_tfstate.txt

5 lines
215 B
Text
Raw Normal View History

2021-02-07 23:45:55 +00:00
# Steps to migrate 1 .tfstate into another
# Inside the dir to be migrated out from do:
for s in $(tf state list); do tf state mv -state-out=../../terraform.tfstate $s "module.UPPER_WORKSPACE_MODULE_NAME.$s"; done