Articles in this series
When you create any resources in AWS, by default it will be accessible to the Internet. Anyone with internet access can see the resources and interact...
Terraform code is written in a language called HCL in files with the extension .tf. It is a declarative language, so your goal is to describe the...
When I started with Terraform learning, I was mostly writing independent files for each of the resources which needs to be provisioned. After few...