diff --git a/handbook/company/why-this-way.md b/handbook/company/why-this-way.md index 806adc1aeb..6331a85de7 100644 --- a/handbook/company/why-this-way.md +++ b/handbook/company/why-this-way.md @@ -132,6 +132,7 @@ The only exceptions are: 4. **Software vulnerabilities:** Since GitHub only allows one latest release per repository, we currently maintain two repositories to host our CVE/CPE database releases: - _vulnerabilities:_ [`fleetdm/vulnerabilities`](https://github.com/fleetdm/vulnerabilities) - _nvd:_ [`fleetdm/nvd`](https://github.com/fleetdm/nvd) +5. **Terraform modules:** Since Terraform clones the entire repo once per tagged version of a module, we maintain a separate repo for Terraform modules at [fleetdm/fleet-terraform](https://github.com/fleetdm/fleet-terraform) to expedite deployments using `terraform init`. Besides the exceptions above, Fleet does not use any other repositories. Other GitHub repositories in `fleetdm` should be archived and made private.