How to use modules in Terraform?
Reading Time: 3 minutes In this blog, we will learn about terraform modules with the help of an example. What are modules? Modules in terraform, allow using various resources together as a group. Also, these resources are reusable. They are available to use for other configurations as well. A module can be any configuration file with a (.tf) extension in the directory. Every module usually contains 3 files- main.tf Continue Reading