Infrastructure as Code (IaC) integruojasi su CI/CD, siekiant automatizuoti ne tik programos diegimą, bet ir infrastruktūros parengimą ir valdymą — infrastruktūros pakeitimus diegiant per konvejerius, kaip ir kodą. Tai atneša nuoseklumą, automatizavimą ir versijų kontrolę infrastruktūrai.
IaC CI/CD konvejeriu
Infrastructure (servers, networks, databases) defined as CODE (Terraform, CloudFormation,
etc.) and managed THROUGH CI/CD pipelines:
→ infrastructure changes go through the SAME workflow as app code (PR → review → apply)
→ the pipeline runs the IaC tool to provision/update infrastructure automatically
→ infrastructure is version-controlled, reviewed, and applied consistently
