Problem Statement
What is 'policy as code' in CI/CD IaC pipelines?
Explanation
Policy as Code enforces security, compliance, and operational rules within CI/CD pipelines automatically.
Tools like Open Policy Agent or HashiCorp Sentinel evaluate Terraform plans against pre-defined rules before deployment. This ensures that only compliant and secure configurations are applied to production.
