Day 62 - Terraform and Docker
As, we have seen about blocks and arguments in the previous blog, i.e. Components of HCL.
Blocks and Resources in Terraform
The syntax of HCL: -
<block> <resource_type> <resource_name>{
arguments
}
What is a block in terraform?
Blocks define dif...
sharmasmriti.hashnode.dev6 min read