ContainerSolutions / terraform-examples

Simple and idiomatic examples of various Terraform functions and features.
https://containersolutions.github.io/terraform-examples/
159 stars 51 forks source link

Publishing on Terraform Registry #55

Closed teszes closed 3 years ago

teszes commented 3 years ago

The Terraform Registry is basically the Docker Hub of Terraform Modules.

Publishing each example as a self-contained module would enable us to use them by just referencing them with a module block. It would also generate more exposure for the company.

What we would need to do this is basically create a repo from each example. We could do that by pushing from a GitHub action to each created repo. We could either house these under the current org, but we might consider housing them in a separate one, so that we don't pollute our namespace with lots of examples.

teszes commented 3 years ago

This is not something we can easily do know and it is mostly out of scope.

Closed.