Input Variable (IaC) - CI/CD Glossary Definition
An input variable parameterizes an IaC configuration or module, letting you pass values (region, instance size, environment name) in at run time instead of hard-coding them.
An input variable parameterizes an IaC configuration or module, letting you pass values (region, instance size, environment name) in at run time instead of hard-coding them.
Input variables make a single configuration reusable across environments like staging and production.
Related guides
Module (IaC) - CI/CD Glossary DefinitionModule (IaC): A module is a reusable, parameterized package of IaC configuration that groups related resource…
Provider (IaC) - CI/CD Glossary DefinitionProvider (IaC): A provider is a plugin that lets an IaC tool manage a specific platform's resources (AWS, Azu…
Backend (IaC) - CI/CD Glossary DefinitionBackend (IaC): A backend defines where and how an IaC tool stores its state and runs operations, for example…