craigmonson / colonize

A terraform tool to manage environment driven templating.
MIT License
20 stars 5 forks source link

Allow for environment specific tf templates in the config dirs. #5

Closed craigmonson closed 1 year ago

craigmonson commented 7 years ago

Right now, every .tf file in a config dir will be combined, unlike those in the leaf. We should allow for the same level of granularity in the config dirs ('env') so you can group config environment templates just like you can in the leaf.

ie: foo/ foo/env/ foo/env/remote.tf.dev foo/env/remote.tf.base etc...

that would be combined all the way up depending on the same rules for the leaf.

craigmonson commented 1 year ago

old / irrelevant. - closing