CATEGORY

terraform

How to install Terraform on Debian 11

Hello, friends. In this post, you will learn how to install Terraform on Debian 11. Introduction Terraform is a software configuration tool designed to enhance the...

How to Install Terraform on Ubuntu 20.04 | 22.04 LTS

In this guide, we will show you how to install Terraform in Ubuntu systems. HashiCorp Terraform is an infrastructure as code tool that lets you define both...

Terraform: Importing Existing Infrastructure Part-2

The following topics will be discussed to importing the infrastructure in terraform in this blog: Import Examine state files and make output plans Improve the configuration to...

Terraform: Importing Existing Infrastructure

The following topics will be discussed to importing the infrastructure in terraform in this blog: Create an Amazon EC2 instance Creating main.tf then configure the provider Create...

Input Variable for Terraform Part-2

So, the following topics will be discussed in this: Start giving value to Input variables Environment Variable Explain Output Variable Create your variable in a separate file Keeping everything...

How to Delete Terraform Resources

The following topics will be discussed in this blog: Apply to destroy Destroy to destroy Destroy Resources that Are Protected Destroy everything but a few. Infrastructure as Code is...

Input Variable for Terraform

The following topics will be discussed in this blog: Input Variable Types of Input Variable Input Variable You can define particular input variables to act as module parameters...

Terraform Variable with Example

We learned about the terraform variable in the previous article. Let's start with an example. Let's set the terraform provider to AWS with the access...

Terraform’s Variable

This post is about Terraform's Variable If you're unfamiliar with Terraform and its applications, start here for an overview.  Terraform's Variable The customer receives a response as...

Why should you use Terraform and how does it work?

The following topics will be discussed in this blog: How Terraform Works Difference between Terraform and Ansible Why should you use Terraform How Terraform Works? Terraform's architecture is made...

Latest news