Mark Keisler

Results 52 comments of Mark Keisler

FYI, my only workaround for this is that whenever I refresh atlantis is to run a script that comments `atlantis plan` on all open PRs. That does also help with...

looks to be related to https://github.com/runatlantis/atlantis/issues/1264 and https://github.com/runatlantis/atlantis/issues/1575

@msarvar if only I could add a waiting-on-response-response tag

Atlantis runs terraform commands with the -no-color option as you can see from the output that you pasted here. Having color output would just create a bunch of crazy escaping...

that setup sounds super confusing, but I've hit the same issue in a different manner so I'm curious as to a solution.

I like the suggestion of the OP of "The other good option seems to be forcing atlantis to destroy existing plans on any new commit to the PR." Adding at...

> is this still relevant and tested with `v0.19.8`? yes

Fyi, I use aws providers with assumed roles just fine with Atlantis running in a Fargate container with a task role that has permission to assume the needed roles.

@mbolek I did not try that

Atlantis runs in account A. It has a task role that with a policy that allows an action of "sts:AssumeRole" against a list of Resources that contains the arn for...