suppix
suppix
Looks like I faced the same issue: ```HCL include "envcommon" { path = "${dirname(find_in_parent_folders())}/_envcommon/prod/rds/alpha/terragrunt.hcl" merge_strategy = "deep" } dependency "rds-alpha-master" { config_path = "${get_terragrunt_dir()}/../../../../eu-north-1/prod/rds/alpha" } inputs = { cross_region_replica =...
@yorinasub17 Thank you that you find some time to answer to such questions. I'm not sure if this feature can help to fix my problem. Let me clarify. In the...
Just an idea, maybe you can try to have common code as a submodule in git, in this case all apps can use "shared" code as a submodule.