Andy Shinn

Results 83 comments of Andy Shinn

I think this is dupe of #1914 which is fixed by https://github.com/runatlantis/atlantis/pull/2131 (not released at the time of this comment).

I think it might still be related to https://github.com/runatlantis/atlantis/pull/2131. I just haven't opened a new issue about it, yet. @pauloconnor do you want to open an issue for it or...

So, turns out this was because of a switch to the GitHub App instead of using a machine user with personal access token. The app seems to have it's own...

This might be due to the providers being locked for one arch but Atlantis running as another. I usually lock for all providers. Try locking for all arches and then...

For those running https://github.com/terraform-aws-modules/terraform-aws-atlantis the fix for me was to set the `user = "100:1000"` which is the `atlantis` user in the official image. You will also need to mount...

Sorry, I don't remember the exact steps. What I did was something like: 1. Launch EC2 instance in same subnets as EFS 2. Install needed NFS utilities and tools 3....

I haven't seen this in a while. @adrianocanofre are you using Atlantis as a GitHub App? How are the webhooks set up? Can you check your Atlantis logs to see...

Yea, there will need to be some cleanup to make this happen. It is possible. But there are a couple of ways to solve it. One way would be for...

Sounds good. I've already tested the fix is simple enough with `ensure_packages($php_package, { ensure => present })`