Terraform Academy CI/CD Lab: GitHub Actions + Terraform Cloud

Trigger Terraform Plan on PR Open

1. In the GitHub Actions modal, clone the repository and name your working repo.

2. In the VS Code modal, create a GitHub Actions workflow file to trigger terraform plan on PR open.

3. In the GitHub Actions modal, commit your changes and create a pull request to trigger the workflow.

4. In the Terraform Cloud modal, verify the Terraform plan output.

Terminal

Success!

Congrats on completing the Terraform Academy CI/CD Lab!