Posts tagged "policy"
23 articles
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.
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.
GitOps for Heroku Using Terraform and Terrateam
A step-by-step guide to managing Heroku infrastructure with GitOps.
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.
Rethinking the Role of OpenTofu
OpenTofu has an opportunity to evolve into a true infrastructure delivery engine.
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.
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.
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.
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.
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.