Posts tagged "policy"

23 articles

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.

June 5, 2025

GitOps Beyond Kubernetes: Applying GitOps Principles to Infrastructure as Code

A technical guide for DevOps and platform teams looking to extend GitOps practices to Terraform-based infrastructure workflows, including CI/CD setup, policy enforcement, and tool comparisons.

June 3, 2025

GitOps for Heroku Using Terraform and Terrateam

A step-by-step guide to managing Heroku infrastructure with GitOps.

June 1, 2025

How to Use GitOps with Terraform: A Real-World Guide

A practical guide to structuring Terraform workflows with GitOps, GitHub Actions, and short-lived credentials, without glue code or magic.

May 28, 2025

Rethinking the Role of OpenTofu

OpenTofu has an opportunity to evolve into a true infrastructure delivery engine.

May 13, 2025

Best CI/CD Tools for Terraform in 2025

Compare top CI/CD tools for Terraform, including Terrateam, GitHub Actions, GitLab CI, Azure DevOps, Atlantis, Jenkins, and Terraform Cloud. See which platform best supports GitOps workflows, policy enforcement, and drift detection.

January 26, 2025

How to apply GitFlow Workflow with Terraform

This blog explains how to manage Terraform projects using GitFlow workflow, a structured branching strategy that organizes feature development, releases, and hotfixes.

November 27, 2024

When to Use Terraform Taint Instead of Destroy or State RM

This blog explores Terraform Taint, highlighting its purpose, practical use cases, and how it compares to alternatives like terraform destroy. Backed by real-world scenarios and community discussions, this guide helps you understand when and why taint is the preferred choice for resource recreation.

November 18, 2024

Terraform vs. Pulumi: Which IaC Tool is Right for You?

This blog compares Terraform and Pulumi, highlighting their strengths and differences in approach, language flexibility, and use cases, helping you determine which IaC tool best suits your team’s needs.

November 11, 2024

Managing User Permissions in Terraform with Role-Based Access Control (RBAC)

Learn how to use RBAC in Terraform to control access, with practical use cases and hands-on examples for environment-specific roles, resource permissions, and compliance-focused access control.