Jamie LawsonProjlawson.hashnode.dev·16 hours agoWhat is Infrastructure as Code?Infrastructure as code is the task of managing infrastructure using code instead of the manual steps traditionally completed. Instead of clicking around in a portal or on a CLI, you can write out the end goal for your given infrastructure and when yo...Discussinfrastructure
Vipin Yadavblog.vipinyadav.in·Sep 25, 2023Terraform: A Beginner's GuideWelcome to the world of Terraform, a powerful infrastructure-as-code (IaC) tool that enables you to define and provision your infrastructure using simple, human-readable configuration files. If you're new to Terraform, fear not! This beginner's guide...DiscussTerraform
Marko SpasenovskiforCodeChemblog.codechem.com·Sep 20, 2023Infrastructure as Code: Transforming IT Infrastructure ManagementIn this short article, I'll explain what Infrastructure as Code is, why it exists and how it revolutionized IT infrastructure management. Wait, what do you mean by “infrastructure”? Before explaining Infrastructure as Code, we first need to define wh...Discuss·3 likes·156 readsDevops
Govinda Ramtekkartechgovind.hashnode.dev·Sep 19, 2023Utilize either CIDR blocks or security groups as inbound rules using Terraform.SummaryLearn how to use a security group's CIDR block as an incoming rule or another security group using Terraform. When designing an architecture with Terraform Load Balancer Security Group, this situation is particularly helpful for limiting or al...Discuss·26 readsTerraform
AMIN CHIVILKARaminchivilkar.hashnode.dev·Sep 16, 2023Day 59: #TerraWeekChallengeTask 1: Workspaces, Remote Execution, and Collaboration ✨ Objective: Gain proficiency in using workspaces, remote execution, and collaboration features in Terraform. 📚 Steps: Dive into the concepts of Terraform workspaces and understand how they ca...Discuss·3 likes90 days of DevOps Challenge
Marko Spasenovskimspasenovski.hashnode.dev·Sep 15, 2023Infrastructure as Code: Transforming IT Infrastructure ManagementIn this short article, I'm going to explain what is Infrastructure as Code, why it exists and how it revolutionized IT infrastructure management. Wait, what do you mean by “infrastructure”? Before we begin explaining Infrastructure as Code, we first ...Discuss·3 likes·60 readsDevops
AMIN CHIVILKARaminchivilkar.hashnode.dev·Sep 15, 2023Day 58: #TerraWeekChallengeTask 1: Learn and Compare Terraform Providers ✨ Objective: Learn about Terraform providers and compare their features across different cloud platforms. 📚 Steps: Spend time learning about Terraform providers and their significance in managing resour...Discuss·1 likeTerraform
AMIN CHIVILKARaminchivilkar.hashnode.dev·Sep 14, 2023Day 57: #TerraWeekChallengeTask 1: What are modules in Terraform and why do we need modules in Terraform? A module is a container for multiple resources that are used together. Modules can be used to create lightweight abstractions, so that you can describe your infrastruct...DiscussTerraform
AMIN CHIVILKARaminchivilkar.hashnode.dev·Sep 13, 2023Day 56: #TerraWeekChallengeTask 1: Importance of Terraform State 📚 Research: Dive into the importance of Terraform state in managing infrastructure. Discover how Terraform state helps track the current state of resources and ensures smooth infrastructure provisioning and mana...Discuss#90daysofdevops
Nikhil Patilnikhil16.hashnode.dev·Sep 13, 2023TerraWeek Day 3📌 Task 1: Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (any one) Now we will create the Azure storage account with the help of Terraform. Create the main.tf to cre...DiscussTerraform