Problem Statement
What is a common use of Jenkins in an IaC workflow?
Explanation
Jenkins is widely used to automate Infrastructure as Code workflows.
Pipelines can execute Terraform commands such as init, plan, and apply, or run Ansible playbooks for configuration management. Jenkins integrates with version control and approval gates, enabling automated, reliable, and auditable infrastructure delivery.
