Posts tagged "infrastructure-as-code"
7 articles
How to Deploy a PostgreSQL Database with Terraform on AWS
How to use Terraform to provision an AWS RDS PostgreSQL instance, set up automated backups, configure security groups, and apply performance optimizations.
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.
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.
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.
Platform Engineering Meets GitOps: Enabling Self-Service Infrastructure for Developers
Learn how platform engineering and GitOps workflows with Terraform enable self-service infrastructure provisioning.
Building Secure and Maintainable Terraform Modules
Learn how to structure Terraform modules for long-term maintainability, apply security best practices, and handle updates without breaking production. Covers versioning strategies, the moved block, migration patterns, and secure secret management.
Managing Terraform Modules at Scale
Learn how to design, version, and automate Terraform modules for long-term maintainability. Covers module organization, lifecycle management, security patterns, and migration strategies for production infrastructure.