Tag: Terraform

Understanding Variable Interpolation in Terraform

The World of Terraform Terraform is like our personal architect for the cloud. It helps us build and manage our digital kingdom, be it servers, databases, or any other tech marvel. To work its magic, Terraform uses something called “Variable Interpolation,” which is like pieces of inf...

What is terraform Backend & How used it

Terraform is an open-source infrastructure as code (IaC) tool that allows developers to provision and manage cloud resources in a declarative way. It helps teams to automate the deployment of infrastructure by defining configurations that can be shared and versioned, reducing errors and improving co...

Terraform Basics: A Comprehensive Guide

Terraform, an open-source tool developed by HashiCorp, is changing the landscape of infrastructure management. It allows you to define and provide data center infrastructure using a declarative configuration language. This language is both human-readable and machine-readable, which means you can use...

Day 71 ??? Terraform Interview Questions

As part of our comprehensive 90-day DevOps Challenge, today marks the 71st day and we have came to end of terraform series. This article has learnings which we saw in previous articles of terraform to prepare you for interview. Questions: 1. What is Terraform and how it is different from o...

Make Terraform as diagram

This adage holds especially true when navigating the intricacies of terraforming infrastructures. Visualization is a cornerstone best practice in Terraform. In a Nutshell: Brainboard stands out as the premier cloud infrastructure diagram designer. It empowers users to auto-generate cloud arc...

Terraform Cloud Project Bootcamp with Andrew Brown ??? 2.6.0 Terraform Cloud and Multi Homes

1. Switch back to Terraform Cloud We have been developing and executing locally in Gitpod workspace. In this last episode, Andrew and Andrew walk us through the migration process to move back from the local environment to ‘Terraform Cloud while executing locally’. ...

An Introduction to Terraform

The official Terraform Getting Started documentation does a good job of introducing the individual elements of Terraform (i.e. resources, input variables, output variables, etc), so in this guide, we’re going to focus on how to put those elements together to create a fairly real-worl...

Terraform Basics: Installation and EC2 Instance Provisioning

Terraform is an open-source tool that helps implement IaC. It allows you to write code in a specific language called HashiCorp Configuration Language (HCL) to describe the desired state of your infrastructure. When you run Terraform, it reads your code...

Migrating from Terraform to OpenTofu

Infrastructure as Code (IaC) tools have revolutionized the way we manage and provision cloud resources. Terraform has been a go-to choice for many DevOps and infrastructure teams, but on August 10, 2023, a significant shift occurred in the world of Infrastructure as Code (IaC). On that day HashiCorp...