Thanks to visit codestin.com
Credit goes to stategraph.com

Blog

Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.

RSS Feed

IaC scanning tools, sorted by what they actually do

Security Infrastructure as Code Terraform DevOps

IaC scanning tools aren't one category. Compare 12 real options across four categories, with GitHub star counts verified live via the API.

Read more

Terraform Conditional Logic, Beyond the Basic Ternary

Terraform Best Practices Infrastructure DevOps

A Terraform conditional seems simple until type mismatches, non-short-circuit logic, or a toggled resource breaks your plan. Here's what really happens.

Read more

Managing Terraform feature flags with Flagsmith

Feature Flags Terraform Infrastructure as Code GitOps

Terraform feature flags with Flagsmith turn flag rollouts into pull requests: reviewable plans, auditable applies, and rollback with a single revert.

Read more

13 Infrastructure as Code Tools To Improve Your Workflow

Infrastructure as Code Terraform DevOps Security

Infrastructure as code tools span provisioning, config management, scanning, and GitOps workflows. Compare 13 real options with verified GitHub stars.

Read more

How to Split the Terraform State File (and Why You Shouldn’t)

Terraform State Management Infrastructure as Code Best Practices

Terraform split state file, explained: state mv, removed/import blocks, cross-state references, and why splitting isn't always the fix.

Read more