#atlantis (2024-03)
Discuss the Atlantis (<http://runatlantis.io | runatlantis.io>) |
**Archive: ** https://archive.sweetops.com/atlantis/
2024-03-01
I keep getting errors similar to the following when ‘terragrunt plan’ is being run in parallel in the atlantis pipeline.
- registry.terraform.io/hashicorp/aws: there is no package for registry.terraform.io/hashicorp/aws 4.67.0 cached in .terraform/providers
- registry.terraform.io/hashicorp/aws: there is no package for registry.terraform.io/hashicorp/aws 4.63.0 cached in .terraform/providers
- registry.terraform.io/hashicorp/aws: the cached package for registry.terraform.io/hashicorp/aws 4.67.0 (in .terraform/providers) does not match any of the checksums recorded in the dependency lock file
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?
you might need to disable provider cache
specially if you are running parallel plans
join the Atlantis channel
or look here https://www.linen.dev/s/atlantis/c/community for questions asked before about this
2024-03-08
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…
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…
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
: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?
you should ask in the atlantis slack, there a ton more people using atlantis there
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.
broken link? mmmm they changed it again
you can check the atlantis alck history here https://www.linen.dev/s/atlantis/c/community
to see if someone already asked about this
thanks, I’ll check it out.
hmm, I don’t see any mention about it in there. I’m about 6 pages deep in my search of just “Slack”.
search for undiverge
I did there as well.
I searched on linen before I made my post
in the community channel
I need an invite link to join the Slack instance. That’s just the community sign-in page.
2024-03-19
For those that might be interested, Gitea/Forgejo support just got merged https://github.com/runatlantis/atlantis/commit/722c4a93727ffdeef13e9b911e062321a0df19b7
2024-03-20
@here We had an amazing day at OpenTofu day at Kubecon , here is our talk https://youtu.be/Pm1cxFSwOEc
So awesome