Best of IaCApril 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    How to Learn Git for DevOps: Beginners Git Roadmap

    Learn the importance of Git for DevOps, its role in CI/CD discussions, infrastructure as code, and GitOps. Find resources to learn Git.

  2. 2
    Article
    Avatar of awstipAWS Tip·2y

    Azure DevOps CI/CD with Terraform

    This post provides an overview of using Azure DevOps to implement CI/CD with Terraform for deploying infrastructure in Azure. It explains the concept of Terraform and how it works, and provides step-by-step instructions for initializing the Terraform Provider.

  3. 3
    Article
    Avatar of spaceliftSpacelift·2y

    How to Manage Terraform State with GitLab [Tutorial]

    Learn how to manage Terraform state with GitLab CI/CD. GitLab provides version control and collaboration features for Terraform state files, ensuring consistency and integrity of your infrastructure. Discover the benefits and best practices of using GitLab for managing Terraform state.