This repository is a comprehensive guide for writing, testing, and using Facets Terraform modules. It introduces the principles of module development through various examples. The primary goal is to ...
Terraform modules can be thought of as lego blocks. They can be shared with other users through source control URLs. When a module is built, the infrasucture it generates will be built in the same way ...