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 need NoOps tools….

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 reduce duplication in…

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 2014. HashiCorp Terraform…

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 security bulletins. Only…

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 as well, lets…

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? Ans: Q5. Is…

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, all the DevOps…

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/ https://www.devopsschool.com/courses/terraform/terraform-essential-training.html https://www.devopsschool.com/courses/terraform/terraform-intermediate-training.html https://www.devopsschool.com/courses/terraform/terraform-advance-training.html…

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 AWS provider is…

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 apply, a new terraform.tfstate and…

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 Bright future. 1….

Read more »

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. YES. Thats a…

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 variables are required….

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 apply”, it would…

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 higher-level components such…

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. Provisioners can be…

Read more »
terraform-interview-questio

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 of Source Control…

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 Personal Environment and…

Read more »