initial
This commit is contained in:
commit
7a7bc34ae3
32 changed files with 4857 additions and 0 deletions
4
migrate_tfstate.txt
Normal file
4
migrate_tfstate.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue