Posts tagged "ci-cd"

16 articles

January 27, 2026

GitOps workflows: How they work, what you need, and how to start

Learn what a GitOps workflow is, with a clear GitOps workflow diagram, the key components, and the tools teams use to ship changes safely and repeatably.

January 22, 2026

What is policy as code? A complete guide for infrastructure teams

What policy as code is, how it differs from infrastructure as code, and where it fits in the software development lifecycle. Plus, policy as code examples.

December 24, 2025

OpenTofu vs. Terraform: a comparison of the IaC engines

OpenTofu vs. Terraform comparison for 2026. See licensing, state encryption, Terraform Cloud tradeoffs, and when to use each IaC tool.

December 15, 2025

How to Deploy ArgoCD with Terraform on Kubernetes

Learn how to deploy Argo CD with Terraform using the Kubernetes provider. Set up application repositories, RBAC, and integrate with GitOps workflows.

October 28, 2025

Terraform Multi-Environment Workflows with Workspaces

Two approaches to Terraform multi-environment management and ship a production-ready GitHub Actions workflow that targets the proper Terraform workspace safely.

October 24, 2025

Scaling Terraform with Terragrunt: Managing Complex Environments

Learn how Terragrunt solves Terraform's scaling challenges. Manage complex multi-account AWS deployments, keep configurations DRY, and automate with GitHub Actions.

October 20, 2025

Terraform Security Scanning in CI: Using tfsec and Checkov with 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

Managing Terraform State on AWS: S3 Backend and DynamoDB Locking Guide

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.

π