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.