Skip to content

Merge resources from several terraform states into another one

License

Notifications You must be signed in to change notification settings

jordiprats/tfstate-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

tfstate-merge

Merge resources from several terraform states into another one

Usage

We can merge resources from any project to any other project, it doesn't really matter what backend you are using:

python mergestates.py /home/jprats/terraform/projectA /home/jprats/terraform/projectB ... /home/jprats/terraform/projectZ

DEBUG = os.getenv("DEBUG", False) DRYRUN = os.getenv("DRYRUN", False)

About

Merge resources from several terraform states into another one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages