Problem Statement
What is the role of GitHub Actions in IaC pipelines?
Explanation
GitHub Actions enable automation of Infrastructure as Code tasks directly in the repository.
Developers can trigger workflows on pull requests or commits to validate Terraform plans, deploy CloudFormation stacks, or run Ansible playbooks. This provides a lightweight CI/CD solution integrated with version control.
