pooja singhclouddevops23.hashnode.dev·Sep 12, 2023"Mastering Terraform: Harnessing Variables, Data Types, and Expressions in HCL"Introduction Imagine you have a magic wand that can build anything you want without you having to do the hard work. Terraform is a bit like that magic wand for computers and the cloud. It helps people like us create and manage digital things, like we...Discuss·2 likes·32 readsTerraweekchallenge
Ahmed Nisarahmednisarhere.hashnode.dev·Sep 12, 2023Day02-TerraWeek Challenge👋🏻Introduction: 📚 HCL, HashiCorp Configuration Language🏗️ Imagine HCL (HashiCorp Configuration Language) as the storyteller of the Terraform world🌍. It's the special language that helps you describe and define your infrastructure, just like an a...Discussterraformcli
Divyesh Ranadivyeshrana.hashnode.dev·Sep 10, 2023#TerraWeek Day 1 - Introduction to Terraform and Terraform BasicsWhat is Terraform and how can it help you manage infrastructure as code? HashiCorp has developed Terraform (Infrastructure as a code Tool). It lets you define resources and infrastructure in Human-readable, declarative configuration files and manages...DiscussTerraweek
sangeeta shindesangeeta7.hashnode.dev·Jun 13, 2023Terraform Modules-#TerraWeek Day 5What are modules in Terraform and why do we need modules in Terraform? A Terraform module is a set of Terraform configuration files in a single directory. Even a simple configuration consisting of a single directory with one or more .tf files is a mo...Discuss·37 readsTerraform
sangeeta shindesangeeta7.hashnode.dev·Jun 12, 2023TerraForm State Management#TerraWeek Day 4 The importance of Terraform state in managing infrastructure. Terraform must store the state of your managed infrastructure and configuration. This state is used by Terraform to map real-world resources to your configuration, keep tr...Discuss·26 readsTerraweekchallenge
Team Optimizersteamoptimizers.hashnode.dev·Jun 11, 2023Advance Terraform ConceptsIntroduction This particular blog is based on the higher concepts in Terraform that includes workspaces, remote execution, collaboration, cloud, enterprises, registries and some best practices used by Terraform. Let's get started! What are Worksapces...Discuss·10 likes·79 readsTWS TerraWeek ChallengeTerraformVery well written! 3
Shreya Guptashreya-gupta.hashnode.dev·Jun 11, 2023Day 7 - Advanced Terraform TopicsTerraform Workspaces Terraform workspaces are used to manage multiple instances of the same infrastructure within a single Terraform configuration. Workspaces allow you to create and manage separate sets of resources for different environments (e.g...Discuss·49 readsDevops
Narendranarendrag.hashnode.dev·Jun 10, 2023My Terraform Journey Begins!As I am very much interested to enhance my skills in this area, I recently undertook the installation of Terraform, an incredible infrastructure automation tool. Glad to share, this transformative journey as we explore the power of Terraform and its ...Discuss·47 readsTerraform
Shreya Guptashreya-gupta.hashnode.dev·Jun 10, 2023Day 6 - Terraform ProvidersTask 1: Learn and Compare Terraform Providers Spend time learning about Terraform providers and their significance in managing resources across various cloud platforms or infrastructure services. 🛑Terraform Providers Terraform providers are plugin...Discuss·64 readsDevops
Team Optimizersteamoptimizers.hashnode.dev·Jun 9, 2023Terraform ModulesWhy do we need Modules? Till now we have made many resource blocks consisting of aws instances, s3 buckets, dynamodb tables, aws-key-pair etc. If we have created multiple instances with different names in the same configuration. Example, resource "aw...Discuss·12 likes·47 readsTWS TerraWeek ChallengeTerraform