New Terraform Tutorials: Automate Terraform Workflows with CircleCI or GitHub Actions
We have updated our tutorials on integrating Terraform with CircleCI and GitHub Actions.
Continuous integration and delivery (CI/CD) platforms like CircleCI and GitHub Actions automate pipelines for new software releases. Infrastructure management, typically handled by operations teams, can also fit into an automated release workflow through infrastructure as code tools like Terraform.
To help you get started with CI/CD automation, we have updated our tutorials on automating Terraform.
- The updated Deploy Terraform infrastructure with CircleCI tutorial guides you through automating the standard Terraform workflow using AWS S3 as a backend. This approach uses the
hashicorp/terraform:light
Docker image to run Terraform locally in each CircleCI job. - The new Automate Terraform with GitHub Actions tutorial automates the standard Terraform Cloud workflow. While Terraform Cloud offers version control system integrations, including GitHub, this approach enables you to add status checks before or after Terraform Cloud remote runs are triggered.
We hope you'll find these hands-on tutorials educational and helpful. Please do not forget to leave feedback on the form at the bottom of the tutorial and discover even more at HashiCorp Learn.
Sign up for the latest HashiCorp news
More blog posts like this one

Scalable, secure infrastructure code the right way: Use a private module registry
How do you ensure standard security, compliance, and reliability best practices are followed across your organization when provisioning infrastructure? A private module registry is the first step.

Vault Enterprise 1.20: SCEP, usage reporting, cloud secret imports
Vault 1.20 adds smarter, streamlined security workflows with encryption updates and UX improvements. The Terraform Vault provider adds ephemeral values.

Automating workload identity for Vault and Nomad with Terraform
Learn how to use HashiCorp Vault and workload identities in your Nomad-orchestrated applications.