Nikhil Patilnikhil16.hashnode.dev·10 hours agoTerraWeek Day 7 - Advanced Terraform TopicsWelcome to the advanced TerraWeek challenge! In this phase, we will dive into advanced topics that will enhance your Terraform skills. Let's explore exciting concepts such as workspaces, remote execution, collaboration, best practices, and additional...DiscussTerraform
Siri Chandanairis1919.hashnode.dev·14 hours agoTerraweek Day 1: Introduction to Terraform and Terraform BasicsWhat is Terraform and how can it help you manage infrastructure as code? Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It enables you to define and provision infrastructure resources across various cloud provid...Discuss#TWSBashBlazeChallenge
Nikhil Patilnikhil16.hashnode.dev·Sep 29, 2023TerraWeek Day 6: Terraform ProvidersWelcome to Day 6 of the TerraWeek challenge! 🚀 In today's tasks, we will explore Terraform providers and their role in interacting with different cloud platforms or infrastructure services. We will also dive into provider configuration, authenticati...DiscussTerraweekchallenge
Ahmed Nisarahmednisarhere.hashnode.dev·Sep 28, 2023Day03-TerraWeek Challenge🎗️Introduction: 🌟In this blog, we will explore how Terraform can be used to define and manage resources, specifically for EC2 instances, including the key pair, security groups, and configurations within AWS. Additionally,🚀 we'll delve into concep...Discussterraform-module
Debojyoti Surdebojyoti1994.hashnode.dev·Sep 28, 2023TerraWeek Day 4 - Deep dive into Terraform StateWhat is Terraform State and why it is important? Terraform state is a service that maintains the resources configured by Terraform. It helps to track the changes done in the resources and manage them for smooth infrastructure provisioning. As it help...DiscussTerraform
Keshav Bathlakeshavbathla.hashnode.dev·Sep 27, 2023Mastering Terraform: Best Practices, Collaboration, and Advanced FeaturesTask 1: Workspaces, Remote Execution, and Collaboration Terraform Workspaces: Terraform workspaces are a feature that enables you to manage multiple environments or configurations within the same infrastructure code repository. Each workspace is like...Discuss#90daysofdevops
Girdhar Kajalkajalgirdhar05.hashnode.dev·Sep 27, 2023TERRAFORM,Managing Resources📚Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance Provisioning resources on AWS has never been easier than with Terraform. Before we dive into the details, let's ensure you have the necessary prerequisites in pl...DiscussTerraform
Keshav Bathlakeshavbathla.hashnode.dev·Sep 27, 2023Mastering Terraform Providers: A Comprehensive GuideIntroduction: In the ever-evolving landscape of infrastructure as code (IAC), Terraform stands out as a powerful tool for provisioning and managing resources across various cloud platforms and infrastructure services. At the heart of Terraform's capa...DiscussTerraweekchallenge
Sandeep Kumar Swaintechwidsandeep.hashnode.dev·Sep 26, 2023Terraform: Your Passport to the Cloudscape 🌤️In this article, our objective is to provide readers with a beginner-friendly introduction to Terraform, the infrastructure as code (IaC) tool. We aim to demystify the process of building and managing cloud infrastructure using Terraform, guiding rea...DiscussTerraform
Keshav Bathlakeshavbathla.hashnode.dev·Sep 25, 2023Mastering Terraform Modules: Reusability, Versioning, and Best PracticesTask 1: What are modules in Terraform and why do we need modules in Terraform? What are the benefits of using modules in Terraform? Modules in Terraform: Modules in Terraform are a way to encapsulate reusable infrastructure configurations into self-c...Discuss#90daysofdevops