What Are Terraform Blocks And Terraform State Management ?
Terraform is built around blocks.A block is like a “section” in your configuration where you tell Terraform what to do.
There are four important blocks you'll use daily:
1.Terraform Block2.Variable Block3.Data Block4.Output Block
Let’s understand all...
alimasiuzama.hashnode.dev6 min read