TerraWeek Day 2 - Familiarizing with HCL Syntax,
variables, data types in Terraform
HCL Syntax :
The basic syntax of Hashi Corp Configuration Language (HCL) consists of three crucial parts Blocks, Parameters and Arguments. If we can understand functions of each part, we will be able to write any HCL code.
Blocks :
A block is a conta...
debojyoti1994.hashnode.dev5 min read
Krishan Sharma
90 days of Devops Journey
Very well explained