What are the core workflow of terraform
What is terraform lock file
Terraform lock file is the one that specifies the absolute version of the provider that it is able to download and use
What is the extension of terraform files
.tf
What are the high level components of terraform file
Block, Comments, Argument, Identifier
What is block inside block
A block declared inside a block; example provisioner block
What are top level blocks
What are the 3 major blocks
Fundamental Block
Variable Block
Calling/Reference Block
What is fundamental bloc
Setting
Resource
Provider
What are variable block
Input variable
Output value
Local value
What are calling or referencing block
Data sources
Module