...
/Variable Scope within Modules and Child Modules
Variable Scope within Modules and Child Modules
Learn the scope of local values, variables, and outputs within modules and child modules.
Configuring inputs and outputs for modules
We can configure inputs and outputs for modules with an API interface. This allows us to customize them for specific requirements while our code remains as DRY and reusable as possible.
Every directory containing configuration is automatically a module in Terraform. Using modules just means explicitly referencing that configuration. References to modules are ...