Terraform Essentials: Using Input/Output Variables and Resource Attributes
In this blog, we will understand the input/output variables and resource attributes in the Terraform.
HCL Basics
The HCL file consists of Blocks and Arguments.
<block> <parameter> {
key1 = value1
key2 = value2
}
A block is defi...
minex.hashnode.dev4 min read