Category: Terraform


  • Terraform CI CD Pipeline with GitHub Actions Tutorial In this tutorial, we will learn how to create a Terraform CI CD pipeline with GitHub Actions. Terraform is a popular infrastructure as code (IaC) tool that allows you to manage and provision infrastructure resources such as virtual machines, networks, and databases. GitHub Actions is a continuous…

  • Terraform Data Sources Tutorial with Examples Terraform is a popular infrastructure as code (IaC) tool that allows you to manage and provision infrastructure resources such as virtual machines, networks, and databases. One of the key features of Terraform is its ability to use data sources to retrieve information from external sources and use it to…

  • Creating a Terraform AWS S3 Bucket with Versioning and Lifecycle Rules This tutorial will guide you through the process of creating a Terraform AWS S3 bucket with versioning and lifecycle rules. We will cover the prerequisites, the Terraform configuration, and the application of versioning and lifecycle rules to the S3 bucket. Prerequisites Before you start,…

  • Setting Up a Terraform Azure AKS Kubernetes Cluster: A Step-by-Step Guide In this tutorial, we will explore how to set up a Terraform Azure AKS Kubernetes cluster. Azure Kubernetes Service (AKS) is a managed container orchestration service that allows you to quickly deploy and manage containerized applications. Terraform is an infrastructure as code tool that…

  • Terraform Import Existing Resources Step by Step: A Comprehensive Guide Terraform is a powerful infrastructure as code tool that allows you to manage and provision cloud and on-premises resources. One of the key features of Terraform is its ability to import existing resources, which enables you to bring your existing infrastructure under Terraform management. In…