terrafile
terrafile copied to clipboard
A binary written in Go to systematically manage external modules from Github for use in Terraform
Currently the config only allows to fetch a full git repository. We are using a huge monorepo in which we store all of our modules together (we have a very...
First off, this is sweet! We are looking for a way to vendor terraform modules and this looks like it could be the best way. It’s clear to me how...
Sometimes I need to test a module I'm developing or I want to pin a particular version temporarily. If I use the commit ID, I get: ```yaml aks: source: "https://github.com/DFE-Digital/terraform-modules"...