KensoDev / terraform-example-with-modules

Example of how to use terraform modules using the two-ties example from terraform repository
MIT License
23 stars 17 forks source link

terraform-example-with-modules

This is an example of dividing terraform definitions into modules. Basically taking the two-tier example from the terraform repository and modulirizing it.

You can read more about it in the blog post http://avi.io/blog/2016/01/05/using-modules-in-terraform/