Terraform Provisioners Explained

There are 3 type of provisioners which are commonly used:- File Provisioner Local-exec provisioner Remote exec provisioner File Provisioner File provisioner is used to copy files from the local server (where terraform code is being run) to the remote server instance...

Terraform Basics

Terraform is an IAC (Infrastructure as a Code) tool that uses declarative approach to provision Infrastructure in an automated way. Terraform is a state-based tool. It is a tool where you define your Desired State (in configuration files) and terraform ensures that...