#atlantis (2024-03)

atlantis

Discuss the Atlantis (<http://runatlantis.iorunatlantis.io>)

**Archive: ** https://archive.sweetops.com/atlantis/

2024-03-01

Ranjith avatar
Ranjith

I keep getting errors similar to the following when ‘terragrunt plan’ is being run in parallel in the atlantis pipeline.

These errors come at different projects during the ‘terragrunt init’ which gets executed as part of ‘terragrunt plan’

They appear to be happening due to the the terragrunt cache being accessed concurrently.

What is the typical solution to fix these issues when using the terragrunt workflow in atlantis?

jose.amengual avatar
jose.amengual

you might need to disable provider cache

jose.amengual avatar
jose.amengual

specially if you are running parallel plans

jose.amengual avatar
jose.amengual

join the Atlantis channel

jose.amengual avatar
jose.amengual

or look here https://www.linen.dev/s/atlantis/c/community for questions asked before about this

2024-03-08

Release notes from atlantis avatar
Release notes from atlantis
10:08:35 PM

v0.27.2 Maintainer Notes

Atlantis has submitted its application to CNCF! cncf/sandbox#60 Please +1 the issue to show your support. Atlantis will continue to use a new release…

Release v0.27.2 · runatlantis/atlantisattachment image

Maintainer Notes

Atlantis has submitted its application to CNCF! cncf/sandbox#60 Please +1 the issue to show your support. Atlantis will continue to use a new release process to help stabilize the…

[Sandbox] Atlantis · Issue #60 · cncf/sandboxattachment image

Application contact emails [email protected] [email protected] Project Summary Terraform Pull Request Automation Project Description Atlantis is PR automation application that allows user…

2024-03-12

Joey avatar

:wave: I am trying to get adoption of Atlantis in my organization. I’ve got it set up, but there looks to be an issue with with the undiverged behavior that is preventing me from moving forward. An issue as in - it just flat doesn’t work. I have the following requirements set in my repo config:

plan_requirements: [undiverged]
apply_requirements: [approved, mergeable, undiverged]
import_requirements: [approved, mergeable, undiverged]

as I understand, the checkout strategy for undiverged also has to be set to merge, so I have changed that behavior as well:

ATLANTIS_CHECKOUT_STRATEGY: merge

I am also using GitHub.

In a PR that is behind the base branch (main), I type atlantis plan and the plan just plans when it shouldn’t. It also applies when it shouldn’t as well. There’s no checking going on that the branch is dirty and needs to be rebased. To troubleshoot, I dug around github issues and found https://github.com/runatlantis/atlantis/issues/4051, which has a very similar issue that I am experiencing. They suggested it might be due to parallel planning/applying, so I also disabled any parallelization around those actions. Unfortunately, without success.

Does this feature work at all?

jose.amengual avatar
jose.amengual

you should ask in the atlantis slack, there a ton more people using atlantis there

Joey avatar

Do you know how to get access to the Slack instance? The one on the Atlantis Github is a broken invite link. I thought this might be the place.

jose.amengual avatar
jose.amengual

broken link? mmmm they changed it again

jose.amengual avatar
jose.amengual

you can check the atlantis alck history here https://www.linen.dev/s/atlantis/c/community

jose.amengual avatar
jose.amengual

to see if someone already asked about this

Joey avatar

thanks, I’ll check it out.

Joey avatar

hmm, I don’t see any mention about it in there. I’m about 6 pages deep in my search of just “Slack”.

jose.amengual avatar
jose.amengual

search for undiverge

Joey avatar

I did there as well.

Joey avatar

I searched on linen before I made my post

jose.amengual avatar
jose.amengual

in the community channel

Joey avatar

I need an invite link to join the Slack instance. That’s just the community sign-in page.

Joey avatar

that worked, thank you very much, PePe.

1

2024-03-19

silopolis avatar
silopolis

For those that might be interested, Gitea/Forgejo support just got merged https://github.com/runatlantis/atlantis/commit/722c4a93727ffdeef13e9b911e062321a0df19b7

    keyboard_arrow_up