Infrastructure as Code (IaC) tintegra mal-CI/CD biex tawtomatizza mhux biss id-deployment tal-applikazzjoni iżda wkoll il-provisioning u l-management tal-infrastruttura — japplika bidla tal-infrastruttura permezz ta' pipelines, bħal-kodiċi. Dan jġib konsistenza, awtomazzjoni, u version control għall-infrastruttura.
IaC fil-pipeline tal-CI/CD
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
