Unnati Guptadevunnatig.hashnode.dev·Oct 19, 2024Deploy AWS EC2 Using TerraformIn the previous blog, I discussed the Terraform commands. You can check it here: Terraform Commands. Terraform is a powerful Infrastructure as Code (IaC) tool that allows engineers to manage cloud infrastructure through configuration files. In this b...Discuss·58 readsTerraform
Unnati Guptadevunnatig.hashnode.dev·Oct 14, 2024Learn All Terraform Commands: A Complete GuideIn the previous blog, I discussed How to set up Terraform on a Linux server. You can check it here: Terraform installation. Terraform, a powerful Infrastructure as Code (IaC) tool, allows engineers to manage cloud infrastructure through configuration...Discuss·10 likes·67 readsTerraform
Unnati Guptadevunnatig.hashnode.dev·Oct 11, 2024Terraform InstallationHi, Everyone in the previous blog I discussed the Terraform basics. You can check out by using the link: Terraform-Basics This blog will show How to install Terraform on the Linux ( Ubuntu ) server. Steps to Install the Terraform: Step 1: Go over the...Discuss·64 readsTerraform
Vikramvikramkumar.hashnode.dev·Sep 15, 2024Mastering Terraform Basics - Day 5Understanding the Terraform State File: A Comprehensive Guide The Terraform state file is a critical part of how Terraform operates. It keeps track of the resources Terraform manages and their current state. This guide covers what the state file is, ...DiscussTerraform Zero To HeroDevops
Vikramvikramkumar.hashnode.dev·Sep 12, 2024Mastering Terraform Basics - Day 2Introduction to Terraform for Beginners What is Terraform? Terraform is an open-source tool created by HashiCorp that allows you to define, provision, and manage infrastructure using code. This approach, known as Infrastructure as Code (IaC), provide...DiscussTerraform Zero To Heroterraf
Vikramvikramkumar.hashnode.dev·Sep 11, 2024Terraform Zero To Hero - Day 1History Before Terraform The rise of Infrastructure as Code (IaC) and Terraform in particular is a response to several challenges in traditional infrastructure management, which evolved over the decades as computing paradigms changed. Here’s an overv...DiscussTerraform Zero To HeroDevops
Deepak Kumardeepakgupta0.hashnode.dev·Sep 8, 2024Terraform Resources Syntax, Behavior & Meta ArgumentTerraform Resource Syntax Terraform Resource Behavior Resource Meta-Argument count Resource Meta-Argument depends_on Resource Meta-Argument for_each Resource Meta-Argument lifecycle Terraform Resource Syntax Behavior We will review about Terra...Discuss·3 likes#90daysofdevops
Amash Ansarinoobdevblog.hashnode.dev·Sep 7, 2024Setting Up an AWS EKS Cluster Using Terraform: A Beginner-Friendly GuideAmazon Elastic Kubernetes Service (EKS) simplifies running Kubernetes on AWS without having to install or operate your own Kubernetes control plane. In this guide, I’ll walk you through creating an EKS cluster using Terraform — an Infrastructure as C...DiscussDevops
Ritesh Dolareriteshdolare.hashnode.dev·Aug 30, 2024🌐Day 47: Understanding Terraform State ManagementToday marks Day 47 of my DevOps journey, and I’ve been diving deep into the world of Terraform state management. This concept is super important to keep your infrastructure organized, consistent, and secure. Let's break it down step by step, so it's ...Discussterraform-state
dhirendradhirendrakumar.hashnode.dev·Aug 29, 2024Day-2Today I have to learn variables in terraform Step-1 Create first.tf file To run this file we have to use the terraform plan command. if I run this command they ask for a username on the command line to solve this we have to pass a variable value in...DiscussTerraform