Mansi Boroleintroduction-to-terraform.hashnode.dev·Feb 12, 2025Terraform State FileWhat is the State File in Terraform? When you run terraform apply command to create an infrastructure on cloud, Terraform creates a state file called “terraform.tfstate”. This State File contains full details of resources in our terraform code. When ...Terraform
Siddharth Mgetting-started-with-terraform.hashnode.dev·Feb 4, 2025Getting Started with TerraformI’m currently going through a Terraform course, and I have to say, I’m really fascinated by the power and simplicity of this technology. As I’ve learned more, I’ve wanted to share my understanding of how Terraform works and the key concepts that make...Terraform
Sparsh Jaipuriyariac-revolution-code-your-infrastructure.hashnode.dev·Feb 3, 2025🔍 Terraform Lifecycle Meta-Arguments Explained🌟 What Are Lifecycle Meta-Arguments in Terraform? Terraform's lifecycle meta-arguments allow you to control how Terraform creates, updates, and destroys resources. These settings help in managing infrastructure safely and efficiently, ensuring that ...#IaC
Uzair Ahmed Shaikhcustom-iam-roles.hashnode.dev·Feb 3, 2025Creating Custom IAM Roles and Bindings in Google Cloud Platform (GCP) Through various waysINTRODUCTION Google Cloud Platform (GCP) provides a flexible and scalable way to manage cloud resources through Identity and Access Management (IAM). One of the most powerful features of IAM is the ability to create custom roles and bindings, giving ...IAM
Snigdha Chaudharisnigdhachaudhari.hashnode.dev·Feb 1, 2025Hybrid Cloud & Multi-Cloud Resource Management Using Terraform (AWS, Azure, GCP)Introduction In today’s cloud landscape, organizations often adopt Hybrid Cloud (mix of on-premise and cloud) or Multi-Cloud (using multiple cloud providers) strategies to enhance resilience, avoid vendor lock-in, and optimize costs. Managing infrast...multicloud
Devang Tomardevangtomar.hashnode.dev·Jan 31, 2025How to Write Your Own Terraform Provider: A Step-by-Step Guide 🛠️ ️Terraform has become the go-to tool for infrastructure as code (IaC), enabling developers to define and provision infrastructure using a declarative configuration language. While Terraform supports a wide range of cloud providers and services out of ...custom providers
Mayank Singh10xeng.xyz·Jan 30, 2025How to Clear the Terraform Associate Certification in 2 Weeks 🚀Terraform is an essential skill in modern DevOps, and getting certified can boost your confidence and career prospects. In this blog, I’ll share how I prepared for the Terraform Associate certification in just 2 weeks, including my go-to resources, s...Terraform
Dennish Bhattaraidennish.me·Jan 25, 2025Terraform Explained: A Beginner-Friendly IntroductionIntroduction Managing the infrastructure is one of the most important parts of modern IT and cloud computing. However, manual provisioning and configuring the resources could be time-consuming and may lead to painful errors. This is where the tools l...33 readsTerraform
keerthiterraform-day-1.hashnode.dev·Jan 18, 2025Day 3: Terraform Infrastructure as Code (IaC) – Modular Approach for Azure ResourcesTerraform is a powerful tool for managing cloud infrastructure as code (IaC). When working with a provider like Azure, you may need to create and manage resources such as Virtual Networks (VNets), Azure Functions, and Azure Kubernetes Service (AKS). ...Terraform
Munilakshmi G J100daysdevops.hashnode.dev·Jan 17, 2025Day 84 of 100 Days : Vault and Terraform Integration Continued!Welcome back to Day 84 of our DevOps journey! Yesterday, we learned how to integrate Vault with Terraform and create some key-value pairs. Today, we're going to continue the magic! 🪄 We'll dive deeper into Vault, create a Key-Value (KV) secret, and ...valut