Shaik Mustafaiaac.hashnode.dev·Jan 3, 2025Day-5 of Terraform Certification JourneyTerraform has emerged as a cornerstone tool for managing infrastructure as code (IaC). Whether you're preparing for a Terraform certification or looking to refine your skills, understanding the Terraform lifecycle is essential. In this blog, we'll br...141 likes·52 readsTerraform
OluwatobiforfreeCodeCampfreecodecamp.org·Jan 3, 2025A Beginner's Guide to Terraform – Infrastructure-as-Code in PracticeOver the years, cloud development has seen a major paradigm shift. Newer and more complex applications are deployed rapidly to the cloud to minimize downtime. And through all of this, the concept of Infrastructure-as-Code and various tools have emerg...Terraform
Shaik Mustafaiaac.hashnode.dev·Jan 1, 2025Day-4 of Terraform Certification JourneyIntroduction to Terraform Modules When it comes to managing infrastructure with Terraform, handling different environments like development, staging, and production can become a complex task. This is where Terraform workspaces come in handy, allowing...152 likes·49 readsTerraform
Amit singh deoraamitsinghs.hashnode.dev·Dec 24, 2024Variable in TerraformVariables in Terraform We create a file variables.tf, put the values for our configuration which can change or vary. Makes it useful to make your config more dynamic, reusable and flexible. Variables is used for parameterized, can use as pramsT to pa...Terraform
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Day-2 of Terraform Certification JourneyWhy Use Variables in Terraform? Imagine writing the same configuration multiple times or manually updating details like instance types or regions. Sounds tedious, right? That’s where Terraform variables come in! They make your Terraform code reusable...141 likes·58 readsTerraform
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Day-1 of Terraform Certification JourneyTerraform is a powerful Infrastructure as Code (IaC) tool that allows you to define and manage infrastructure using configuration files. In this blog, we’ll explore how to use Terraform to provision an Amazon EC2 instance, one of the most common use ...142 likes·86 readsTerraform
Amitabh soniforamitabhdevops.hashnode.dev·Dec 18, 2024TerraWeek Day-05TerraWeek Day 5: Terraform Modules, Composition, and Versioning Welcome back to TerraWeek Day 5! In today’s post, we will dive into the core concepts of Terraform Modules, Modular Composition, and Module Versioning. We'll also take a look at how to l...Devops
Amitabh soniforamitabhdevops.hashnode.dev·Dec 12, 2024TerraWeek Day 4: Beginner's Guide to Terraform State ManagementIn the world of Infrastructure as Code (IaC), managing state is one of the critical components that ensures smooth, efficient, and consistent infrastructure provisioning. In this blog post, I’ll walk you through the concept of Terraform state, the im...Devops
Amitabh soniforamitabhdevops.hashnode.dev·Dec 9, 2024DevOps Project: Multi-Environment Infrastructure with Terraform and AnsibleIntroduction This comprehensive DevOps project demonstrates how to set up a robust, multi-environment infrastructure using Terraform for provisioning and Ansible for configuration management. The project covers creating infrastructure for development...11 likes·115 readsDevops
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 8, 2024Terraform Your Way to AWS Mastery: Build S3, IAM, and EC2 Like a Pro!To gain a better understanding, it is advisable to read this blog first: Click here before continuing with this one. When creating resources on AWS, it is important for Terraform to know which AWS account is being used. Prerequisites: IAM (Identity...2 likes·38 readsTerraform