RB

Results 868 comments of RB

Add `atlantis/apply` as a required check Set https://www.runatlantis.io/docs/server-configuration.html#gh-allow-mergeable-bypass-apply flag

I don't understand what is wrong with the current solution or workaround of using https://www.runatlantis.io/docs/server-configuration.html#gh-allow-mergeable-bypass-apply. Please explain why this method is not what you prefer @jacekn

@Manan-Kothari >Apply Failed: Pull request must be approved by at least one person other than the author before running apply. You have `mergeable` set and you have PR requirements of...

The latest version currently is v0.22.2. I do not think anyone has contributed a fix for this. Please feel free to contribute.

I wouldn't use a docker image you find on dockerhub unless it's official. It's highly encouraged to create a private Atlantis image for your organization so you can customize the...

This may be related to https://github.com/runatlantis/atlantis/issues/2026 Please try @houdinisparks method and use the latest version if possible. @amontalban @prastamaha @anton-livewyer @hungran @macropin @davidh-unmind @jonwtech @claas-fridtjof-lisowski

The error shown by @wyardley > │ Error: Required plugins are not installed │ │ The installed provider plugins are not consistent with the packages │ selected in the dependency...

I'm curious if you get the error if you run `terraform init` with the extra args `-upgrade` to stomp over the lock files on every run

@wyardley have you tried removing the `.terraform.lock.hcl` file and running a `terraform init -upgrade` ? Do you folks get stack traces in your logs?

It seems that parallel planning/applying is enabled, each of their terraform inits impact each other. Some options for contributors 1. Stagger the parallel runs so they do not conflict with...