Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 6, 2024Terraform Made Easy: Learn from Scratch with Diagrams, Tricks, and Real Examples!To understand what Terraform is and why it is used, you can read this blog. If you are already familiar with Terraform, then let's proceed with this blog. Steps for installing Terraform: First, we will configure an EC2 instance on AWS, allocating a...2 likes·63 readsTerraform
Neeraj Guptaminex.hashnode.dev·Dec 3, 2024Terraform Essentials: Using Input/Output Variables and Resource AttributesIn this blog, we will understand the input/output variables and resource attributes in the Terraform. HCL Basics The HCL file consists of Blocks and Arguments. <block> <parameter> { key1 = value1 key2 = value2 } A block is defi...1 likeTerraform overviewTerraform
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Nov 10, 2024Building Multi-Environment AWS Infrastructure with Terraform: A Step-by-Step GuideIn this guide, we’ll walk through how to set up a multi-environment AWS infrastructure using Terraform, including S3 buckets, DynamoDB tables, and EC2 instances. I’ll break down each step and explain key concepts, making this a comprehensive zero-to-...43 readsCloud DevOps ProjectsTerraform
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 1, 2024☑️Day 61: Creating My First Terraform Configuration with HCL🚀🔹Table of Contents : Introduction Creating the First Terraform Configuration File Important Terraform Commands Running the First Terraform Script: Step-by-Step Guide Real-World Scenarios for Using local_file in DevOps Key Takeaways ✅1. Int...10 likesDevops
Parth Sikkaspotify-playlist-through-terraform.hashnode.dev·Oct 31, 2024Made a Spotify playlist using TerraformHey everyone! I want to share a fun project I recently tackled: creating a Spotify playlist using Terraform. As an Infrastructure as Code (IaC) tool, Terraform typically handles cloud infrastructure tasks, but its flexibility allows for a lot of crea...Spotify
Nishank Koulnishankkoul.hashnode.dev·Oct 17, 2024Automated Lambda Deployment Using Terraform, Jenkins, and S3 Backup SolutionsThis blog aims at automating the deployment of AWS Lambda using Terraform and Jenkins has streamlined the entire process, from provisioning the Lambda function to managing backups of the Terraform state file and Lambda code versions in an S3 bucket. ...Terraform
Aniket Dubeyaniketdubey.tech·Sep 6, 2024Karpenter Setup on Existing EKS clusterBrief overview of Karpenter Karpenter is an open-source node provisioning project that automatically launches just the right compute resources to handle your Kubernetes cluster's applications. This guide will walk you through the process of setting u...74 likes·929 readskarpenter
Ravi Kumar Srivastavarocket9.hashnode.dev·Sep 4, 2024Deploying an AWS Virtual Machine with Terraform: A Step-by-Step GuideIntroduction Terraform is an open-source infrastructure as code (IaC) tool that allows you to define and provision data center infrastructure using a high-level configuration language. In this blog, we’ll walk through the steps to deploy a virtual ma...AWS
Pratik R. Mandgepratikm363.hashnode.dev·Apr 12, 2024📙Mastering Advanced Terraform Techniques: Workspaces, Remote Execution, Collaboration, and Best Practices📌Workspaces, Remote Execution, and Collaboration 1. Workspaces: Workspaces in Terraform allow you to manage multiple environments (such as development, staging, and production) with the same configuration. Each workspace has its state file, allowi...10 likes·28 readsTerraform - Infrastructure as a CodeTerraform
Pratik R. Mandgepratikm363.hashnode.dev·Apr 10, 2024✤Mastering Modular Infrastructure with Terraform: A Comprehensive Guide☑️What are modules in Terraform and why do we need modules in Terraform? Modules in Terraform: Modules in Terraform are self-contained packages of Terraform configurations that are managed as a group. They are used to organize and reuse Terraform cod...21 likes·32 readsTerraform - Infrastructure as a CodeTerraform