Liam Deacon

Results 1 comments of Liam Deacon

For additional context, my `terragrunt.hcl` (within `/the/path/to/terragrunt-projects/project-that-depends-on-cicd-setup`) looks like the following: ```terraform include "root" { path = "${get_repo_root()}/src/terraform/terragrunt.hcl" } dependencies { paths = ["../cicd-setup"] } dependency "cicd" { config_path =...