Problem Statement
Give an example of real-world automation used in cloud DevOps.
Explanation
A common example is using Jenkins to trigger Terraform scripts after a Git push.
This pipeline automatically provisions cloud servers, deploys code, and notifies the team via Slack upon completion.