Provisioning - CI/CD Glossary Definition
Provisioning is the act of creating and configuring infrastructure resources (compute, storage, networking) so they are ready to run workloads.
Provisioning is the act of creating and configuring infrastructure resources (compute, storage, networking) so they are ready to run workloads.
In IaC, provisioning is what a tool like Terraform does when it turns your configuration into real cloud resources.
Related guides
Infrastructure as Code - CI/CD Glossary DefinitionInfrastructure as Code: Infrastructure as Code (IaC) is the practice of defining servers, networks, and cloud…
Orchestration - CI/CD Glossary DefinitionOrchestration: Orchestration is the automated coordination of multiple systems, services, or provisioning ste…
Apply (IaC) - CI/CD Glossary DefinitionApply (IaC): An apply executes the changes an IaC tool computed, creating, updating, or deleting real resourc…