Brad Barnich
Brad Barnich
First of all, thank you for making this library 👏 In a .net core project, the dependencies that netstandard1.0 brings in were causing us problems. Thought this might be useful...
All of the major relational databases allow null values in unique key constraints. As a workaround I could use unique indexes instead of alternate keys, but I would appreciate the...
## Describe the bug When terragrunt is interrupted, like ctrl-c at the 'Do you want to perform these actions?' prompt, the underlying terraform is sent a graceful signal, but the...