Best of TerraformApril 2025

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·1y

    How to Build a Production-Ready DevOps Pipeline with Free Tools

    Learn how to build a production-ready DevOps pipeline using free tools, featuring GitHub Actions for CI/CD, Terraform for infrastructure setup, Docker optimization techniques, K3d for Kubernetes, and various monitoring and security solutions. This guide is ideal for small projects, offering a step-by-step walkthrough of creating, testing, deploying, and securing applications efficiently without spending money.

  2. 2
    Video
    Avatar of webdevcodyWeb Dev Cody·1y

    How to use Terraform (to become a DevOps engineer)

    Terraform is a key tool for writing infrastructure as code, crucial for automating cloud service deployments, and is popular among DevOps professionals. The post provides a practical overview of setting up and managing resources with Terraform, including initiating a project, creating AWS S3 buckets, managing Terraform state files, and organizing code using modules. It emphasizes the importance of using Terraform for secure and efficient cloud infrastructure management.

  3. 3
    Article
    Avatar of faunFaun·1y

    Introduction to Cloud Infrastructure Automation With Terraform

    Learn how Infrastructure as Code (IaC) and Terraform can revolutionize cloud infrastructure management by using code to automate the creation and maintenance of resources. This guide covers essential Terraform concepts such as providers, resources, variables, data sources, and output variables, with practical AWS examples to help you get started.

  4. 4
    Article
    Avatar of itnextITNEXT·1y

    Creating an ArgoCD Terraform Module to install it to multiple K8s clusters on AWS

    Learn how to create a Terraform module to install ArgoCD across multiple Kubernetes clusters on AWS. The guide demonstrates setting up the module to install ArgoCD using Helm and bootstrap it with an App of Apps pattern, ensuring efficient operations and strong isolation between clusters.

  5. 5
    Article
    Avatar of spaceliftSpacelift·1y

    Bicep vs. Terraform – Differences & Key Features Comparison

    Bicep and Terraform are both Infrastructure-as-Code (IaC) tools with distinct features. Bicep, designed by Microsoft, is Azure-specific, simplifying Azure resource deployment with a modular, accessible domain-specific language (DSL). In contrast, Terraform, created by HashiCorp, is cloud-agnostic and supports multi-cloud configurations through its provider ecosystem. Terraform requires state management files, while Bicep leverages Azure Resource Manager for state tracking. Each tool aligns with different use cases, with Bicep being ideal for Azure-focused teams, and Terraform offering broader cloud deployment capabilities.