Matthieu Michaud
Matthieu Michaud
Just stumbled upon this while troubleshooting an adjacent issue. I think `--no-textconv` should also be added. `pre-commit` did this too (https://github.com/pre-commit/pre-commit/pull/2743). My use case is a little different. I modified...
I observing the same behavior with the following: ``` locals { git_origin_url = run_cmd("--terragrunt-quiet", "git", "config", "--get", "remote.origin.url") remote_state_tags = { ManagedBy = "Terragrunt" GitOriginUrl = local.git_origin_url } } remote_state...
Great to hear Romaric, https://github.com/Qovery/Replibyte/issues/275 was a blocker for my use case. If only I was fluent in Rust...