Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (4 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 435 Bytes

soshen-terraform-modules

To avoid needing a GitHub repository for every single module, we're going to have to use Terraform's git revision selecting functionality.

Basically, each branch will have be its own module and we will reference this in the module source input by appending ?ref=BRANCH_NAME to the GitHub repo URL.

For more details, see here: https://www.terraform.io/docs/modules/sources.html#selecting-a-revision.