by jaspreet_australia | Sep 26, 2022 | Terraform
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...
by jaspreet_australia | Sep 24, 2022 | Terraform
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...
by jaspreet_australia | Sep 23, 2022 | Terraform
Today we will learn how to output variables.