Add a GitHub Actions job that runs terraform plan on PRs and posts the plan output as a PR comment.
Unlike the other checks, this one requires the VULTR_API_KEY secret and Terraform Cloud credentials to be configured in the repo's GitHub Actions secrets.
This is the most valuable Terraform CI check (catches real infrastructure drift and errors), but also the most involved to set up. Consider adding it after the simpler checks are working.
Add a GitHub Actions job that runs
terraform planon PRs and posts the plan output as a PR comment.Unlike the other checks, this one requires the
VULTR_API_KEYsecret and Terraform Cloud credentials to be configured in the repo's GitHub Actions secrets.This is the most valuable Terraform CI check (catches real infrastructure drift and errors), but also the most involved to set up. Consider adding it after the simpler checks are working.