Hello HN,<p>Dealing with larger terraform project poses several challenges: how to maintain similar but slightly different environments while keeping your terraform code DRY. Infragenie introduces a pattern to help with this. It is inspired by dependency injection in programming langauges such as Java, but instead uses terraform data sources to make it possible.