Module (IaC) - CI/CD Glossary Definition
A module is a reusable, parameterized package of IaC configuration that groups related resources (for example, a standard VPC) so teams can share and compose infrastructure.
A module is a reusable, parameterized package of IaC configuration that groups related resources (for example, a standard VPC) so teams can share and compose infrastructure.
Modules are to infrastructure what functions are to code: define once, call with different inputs.
Related guides
Input Variable (IaC) - CI/CD Glossary DefinitionInput Variable (IaC): An input variable parameterizes an IaC configuration or module, letting you pass values…
Resource (IaC) - CI/CD Glossary DefinitionResource (IaC): A resource is a single piece of infrastructure an IaC configuration manages, such as a virtua…
Infrastructure as Code - CI/CD Glossary DefinitionInfrastructure as Code: Infrastructure as Code (IaC) is the practice of defining servers, networks, and cloud…