Marcos Soutullo Rodriguez

Results 26 comments of Marcos Soutullo Rodriguez

I second this one too. I've just started to use the external for `git-repo` types to replace several custom SH scripts, however, when there's an existing folder not initialised with...

> @kitos9112 did you upgrade git to version 2.35.2 or later recently? If so, the `exit status 128` is likely due to [the work-arounds added by git for its recent...

I've just stumbled into this! definitively something that'd make sense to add into the error message :)

I second this PR as well. Could any contributor take a look into it for a formal approval?

Hi @ryan-dyer-sp - You would kind of add something like this to your child terragrunt. ```hcl locals { (...) # CICD for Atlantis extra_atlantis_dependencies = [ "files/*.hcl.tmp ] } ```...

In that case, you could create an aux. variable at local level beforehand and reuse it later within the `extra_atlantis_dependencies` Is there any way you can create a `local` which...

Hi. Is there any update with regards to that comparison matrix yet? We heavily use terragrunt at my company and would like to think of ways to either replace it...

Hello @martignoni First of all many thanks for putting together all the pieces required to build such a beautiful tool using Ansible. Secondly, I'm just wondering whether I could use...

Same boat. My use case is slightly different but in line with @mstyne thoughts. I'm using a custom Kubernetes operator. My internal logic would be simplified quite a lot if...