Loren Gordon

Results 184 comments of Loren Gordon

> > Does it work in terraform natively? If not, and you can easily reproduce the issue, might be worth opening an issue there. At this point, the go-getter project...

I'd love for this kind of "change detection" to be incorporated into terragrunt itself. Something based on a "git committish", e.g. `git diff --name-only {{ COMMITISH }}`. A commitish is...

Bad stalebot. You're dismissed.

I've used Terragrunt with Codecommit for many years now. I'd suggest to just use the pure https schema, instead of the aws-custom "codecommit" schema (https grc in codecommit-speak). For the...

@randen, `%APPDATA%` always refers to the `\AppData\Roaming` location. This location is intended for permanent, per-user application files and data and may be redirected using a Windows policy to a network...

Ahh, ok, turns out `cabal.exe` is in the correct location, it was a package installed by `cabal` that ended up in `%APPDATA%\cabal\`. That finding led me to the `--global` option...

You could put the aws config file anywhere you like, using the [env `AWS_CONFIG_FILE`](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-envvars.html#envvars-list).

As a spacelift user, I'm rather sympathetic to this request. Or at least, sympathetic to the idea of improving the workflow and UX around lock deletion overall. Workers crash, and...

@nywilken @jlduran FYI, this breaks builds using VirtualBox 6.1.x, which is still supported and only offers `--audio`. See #139

Yeah, that's what I did. It's frustrating because the Ubuntu repos still only package Virtualbox 6.1, so there is no easy/default path to use 7.0. :( Where do you see...