Best of IaC — April 2024
- 1
- 2
AWS 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
Spacelift·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.