© 2023 Hashnode
#iac
Introduction In today's rapidly evolving technology landscape, managing infrastructure has become increasingly complex. Traditional methods of manually provisioning and configuring infrastructure can …
• Infrastructure as Code (IaC) Infrastructure as Code (IaC) is an approach to managing and provisioning infrastructure resources using machine-readable configuration files or scripts, instead of manua…
Welcome to Day 1 of our blog series on Terraform! In this post, we'll introduce you to Terraform and cover the basics to get you started on your infrastructure provisioning journey. Let's dive in! Wha…
🌟Introduction I am excited to announce that I have taken up the TWS TerraWeek Challenge! This thrilling adventure into the world of infrastructure automation promises to be an exhilarating experience…
Ansible ad hoc commands are one-liners designed to achieve a very specific task they are like quick snippets and your compact Swiss army knife when you want to do a quick task across multiple machines…
What is the difference between IAC and Configuration management? When it comes to the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable. With IaC, a descriptive mod…
Welcome to Day 60 of our 90 DevOs Learning Journey! Today, we'll dive into the fascinating world of Terraform and explore why it has become a go-to tool for managing infrastructure as code. 🏗️ What i…
This article is about the automation of the complete setup and deployment of the multi-tire java based application that I did by manual provisioning: Manual Provisioning of the Multi-tier Web Applicat…
In case you are here for the first time, this is a series about understanding the basis of terraform and how to put it to work for you. I defined terraform and wrote about the overview here and here. …
Introduction: In the world of DevOps, where automation and infrastructure management play a pivotal role, Terraform has emerged as a powerful tool for provisioning and managing infrastructure resource…