raymondbutcher / pretf

Generate Terraform code with Python
https://pretf.readthedocs.io/
MIT License
104 stars 14 forks source link

Versioned root modules #28

Closed raymondbutcher closed 4 years ago

raymondbutcher commented 5 years ago

In this blog post under the section Promote immutable, versioned Terraform modules across environments he describes how Terragrunt allows you to use a separate git repo as the root module. I like that feature and want Pretf to support something similar.

How Terragrunt does it:

What I like about it:

What I don't like about it:

raymondbutcher commented 5 years ago

Idea 1:

Idea 2: