Terraform workspace explained!!!

What is Terraform workspace? Have you worked with terraform workflow? such as terraform init/plan/apply/destroy with terraform configuration file? If Yes, you already have worked with Terraform workspace….

Read More

Terraform Tutorials: Local Values using Local Block

What is local value in terraform? In Terraform, a locals block is used to define local variables within a module, allowing you to create reusable expressions and…

Read More

What are the Best NoOps Tools?

Are you tired of managing your IT infrastructure manually? Do you want to automate your operations and focus on delivering value to your customers? If so, you…

Read More

Complete Hashicorp Terraform Certification Guide & tutorials

What is Hashicorp Terraform? Terraform is developed by Hashicorp and the original author is Mitchell Hashimoto et al. The initial release date of terraform is 28 July…

Read More

Top 50 Consul interview questions and answers

1) What Is Checkpoint? / Does Consul Call Home? Consul makes use of a HashiCorp service called Checkpoint which is used to check for updates and critical…

Read More

What is the use of Terraform in DevOps?

What is Terraform in DevOps and Its history & origin? Hi friend, today in this blog I’ll explain about Terraform in DevOps and Its history & origin…

Read More

Top 50 Terraform interview questions and answers

Q1. Are callbacks possible with Terraform on Azure? Q2. What is Terraform init? Q3. What is Terraform D? Q4. What do you understand about Terraform in AWS?…

Read More

What are the best tools to learn DevOps? How to start DevOps?

Friends, today I am going to let you know which tools are much better in DevOps, and how can we start our learning DevOps, by the way,…

Read More

Chennai(DCP) – DCP Online – DCPEndtoEnd – Terraform – Biraj – Ashwani

Chennai – DevOps Certified Professional (DCP) https://www.devopsschool.com/chennai https://www.devopsschool.com/trainer/devops-trainer-chennai.html https://www.devopsschool.com/training/devops-training-chennai.html MDE (Master in DevOps Engineering) https://www.devopsschool.com/courses/devops/master-in-devops-engineering.html [PENDING] https://www.devopsschool.com/courses/post-graduate-certification-in-devops.html [PENDING] https://www.devopsschool.com/certification/devops/master-in-devops-engineering.html [PENDING] https://www.devopsschool.com/certification/post-graduate-certification-in-devops.html [PENDING] HashiCorp Certified: Terraform Associate https://www.devopsschool.com/courses/terraform/…

Read More

Terraform Tutorials: Variables – Data Type – Map

In this example, the instance_tags variable is defined with a type of map(string), and it is given a default value of { Name = “my-instance” }. The…

Read More

Terraform state explained!!!

By – christophchamp Terraform keeps the remote state of the infrastructure It stores it in a file called terraform.tfstate There is also a backup of the previous state in terraform.tfstate.backup When you execute terraform…

Read More

Top 10 best DevOps Tools and Certification to Utilize In 2020 – 2021.

Here, I am going to tell you about Top 10 best DevOps Tools and Certification to Utilize In 2019 – 2020, which will be helpful for your…

Read More

Terraform Environment Variables Exaplained!

Terraform has many environment variables which can be used to customize various aspects of its behavior of terraform. However all are optional, i.e None of these environment…

Read More

Terraform: run code after resources is created using using remote-exec provisioners

The chef, file, local-exec, puppet, remote-exec, provisioner invokes a script on a remote resource only after it is created. Thus, if you add provisioner code after “terraform…

Read More

Terraform Tutorials: How to do Loop / Iterate in Terraform?

Resources Resources are the most important element in the Terraform language. Each resource block describes one or more infrastructure objects, such as virtual networks, compute instances, or…

Read More

Understanding local-exec provisioner in terraform

Terraform Provisioners can be used to do specific actions on the local machine or on a remote machine in order to prepare servers or other infrastructure resources….

Read More

Terraform Interview Questions and Answer – Set 1

External data sources must return information in what format? A. XML B. HTML C. JSON D. YAML Ans: C. JSON Which of the following is an example…

Read More

Terraform Variables and Configuration explained – 5 mins reading!

  There are broadly 3 ways to configure/declare variables in Terraform. This section will focus on only on Input variables and Environment variables. Input variables Environment variables…

Read More