Justin Georgeson (Work)

Results 29 comments of Justin Georgeson (Work)

It's hugely non-obvious that ssh-agent would behave this way. Everyone familiar with the OpenSSH tools is expecting the traditional ephemeral state of keys in ssh-agent. I can see how some...

I am seeing a similar issue with collection version 1.13.0, but I am authenticated with an MSI that has contributor role over the whole subscription and using the CLI to...

If you review my code snippet you'll see the input to the `azure_rm_galleryimageversion` to delete image versions is the sorted output of the `azure_rm_galleryimageversion_info` task, and therefore the version must...

@Fred-sun I was able to move forward by using the [uri](https://docs.ansible.com/ansible/2.10/collections/ansible/builtin/uri_module.html) task to call the Azure [gallery-image-version DELETE API](https://docs.microsoft.com/en-us/rest/api/compute/gallery-image-versions/delete).

The problem isn't solved, merely avoided by not using the collection's module for that task.

I have a gitignore as follows ```bash $ cat .gitignore # Local .terraform directories .terraform/ # .tfplan files *.tfplan *.tfplan.* ``` I'm not seeing the gitignore file being used at...

Adding my ignore patterns to the Worktree explicitly before calling `AddWithOptions()` like this seems to work ```go // Add the ignore patterns that aren't benig read from the .gitignore file...

Any hints on how to write our test case(s) file(s) to get more useful junit reports? I only get something like this ```xml ``` Right now I have one source...

This should be achievable with a custom workflow by parsing the _CUSTOM_ARGS_ env variable. Adapting from [my comment](https://github.com/runatlantis/atlantis/issues/527#issuecomment-770026784) on the similar issue for supporting `taint`: Then a comment like `atlantis...

@piotr-vimn agree that an `atlantis import` command would be best, but that comment is 3.5 years old, with no indication that it's going to be revisited.