Pass variables values inside terraform modules

In this article I will explain two different ways to pass variables values inside terraform modules. Modules let you separate your code into small units and help the engineer structure its project better. https://www.terraform.io/language/modules/syntax Modules in terraform (terraform files) can be placed on folders and their location should be provided on the module directive. Lets … Continue reading Pass variables values inside terraform modules