In this blog, we are going to learn the anatomy and use-cases of the different types of blocks that are provided by terraform. namely the following1. resource2. variable3. output 1. Resource block The resource block is the core of terraform design patterns. with these, you will be able to create the resources. The below picture… Continue reading How to use terraform blocks