I found this repo via google search and it seems like a great starting point for a project I'm starting on.
Rather than forking the repo, I'm curious if you have any interest in updating the layout of the terraform scripts in order to match the convention of having a core main.tf, outputs.tf and variables.tf for the primary use case(s). This would make the repo more easily referenceable, which could allow one to plug this into other environments more easily.
Feel free to say "no" if that's not the direction this project is going. (Thanks very much either way!)
@aaronsteers I like the idea of having modules in terraform. This repo contains the really first iteration. I need to have some time to take a look into this.
I found this repo via google search and it seems like a great starting point for a project I'm starting on.
Rather than forking the repo, I'm curious if you have any interest in updating the layout of the terraform scripts in order to match the convention of having a core
main.tf
,outputs.tf
andvariables.tf
for the primary use case(s). This would make the repo more easily referenceable, which could allow one to plug this into other environments more easily.Feel free to say "no" if that's not the direction this project is going. (Thanks very much either way!)