Add Terraform GitHub Actions workflow#20
Conversation
This workflow installs Terraform CLI and configures it with an API token for Terraform Cloud. It runs `terraform init`, `terraform fmt`, and `terraform plan` on pull requests, and `terraform apply` on pushes to the main branch. Signed-off-by: Huỳnh Thương <admin@huynhthuong.online>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
This workflow installs Terraform CLI and configures it with an API token for Terraform Cloud. It runs
terraform init,terraform fmt, andterraform planon pull requests, andterraform applyon pushes to the main branch.Summary by cubic
Add a GitHub Actions workflow to run Terraform with Terraform Cloud. It formats and plans on PRs and applies on
main.New Features
.github/workflows/terraform.ymlusingactions/checkout@v4andhashicorp/setup-terraform@v1.terraform init,terraform fmt -check, andterraform planon pull requests.main, runsterraform apply -auto-approveusingTF_API_TOKEN.Migration
TF_API_TOKENGitHub secret for Terraform Cloud.main.tfuses the Terraform Cloudremotebackend with the correct org/workspace.Written for commit fc3795a. Summary will update on new commits. Review in cubic