Tim Gourley
Results
2
comments of
Tim Gourley
As mentioned in previous posts - the simple use-case of a terragrunt module being "disabled" can be handled by manipulating the source value. i.e. `source = local.enable ? "git::https://git…" :...
True. I never expected terragrunt to understand how changes in dependencies propagate through outputs. I always use the example of changing aws availability zones from 3 to 2. for the...