Posts tagged "ci-cd"

9 articles

October 20, 2025

Terraform Security Scanning in CI | tfsec vs Checkov for GitHub Actions

Learn how to run tfsec and Checkov in GitHub Actions to block insecure Terraform changes, interpret findings, and customize rules for your org.

October 17, 2025

Terraform State on AWS | S3 Backend & DynamoDB Locking

Learn how to store Terraform state files remotely on AWS using S3 and DynamoDB for locking. Prevent state conflicts and enable team collaboration with this guide.

October 9, 2025

Automated Testing for Terraform with Terratest in CI/CD

Learn what Terratest is, how it differs from terraform test, and follow a hands-on Terratest tutorial with CI/CD integration and code examples.

October 7, 2025

Most Used Terraform Providers in 2025

Discover the most used Terraform providers in 2025, including AWS, Kubernetes, and Helm. Learn how to choose, version, and automate providers for enterprise GitOps.

August 24, 2025

Building a CI/CD Pipeline for Terraform with GitHub Actions

A step-by-step guide on Terraform automation using GitHub Actions, focusing on building a CI/CD Pipeline for Terraform.

August 4, 2025

Embedding Feature Flags into a DevOps Workflow for Safer Releases

Learn how to integrate feature flags with CI/CD pipelines and GitOps workflows for progressive delivery.

June 16, 2025

Progressive Delivery Best Practices with Continuous Deployment

A technical guide to implementing safe deployment strategies like canary releases, blue-green deployments, and feature flags in enterprise CI/CD pipelines.

June 11, 2025

Shifting Left: Embedding Security in Your Infrastructure as Code Pipeline

A hands-on guide to embedding security checks, secret scanning, and policy-as-code into your Terraform and GitOps workflows using tools like OPA, Conftest, and GitLeaks.

December 4, 2024

Build vs Buy: A Case Study in Terraflow

When should you build or buy? A recent blog post about Terraflow gives insight into the benefits and drawbacks of building your own solution.