2026-04-03

New feature: Atlantis can now manage Atlas resources

#atlantis  #tofu  #terragrunt  #automation 

Atlantis can now plan and apply stacks that include MongoDB Atlas clusters. Previously, stacks with Atlas configurations were erroring in Atlantis runs due to credential handling limitations. This led us to run these stacks manually. This is no longer required now.

Why this matters

Atlas API credentials (public_key / private_key) were previously passed as environment variables. This made it impossible to run these stacks through Atlantis as Atlantis runs on all stacks. By moving the credentials to sops encrypted credentials that are loaded in at runtime, we removed this limitation and unlocked full Atlantis support for stacks that use the MongoDB Atlas provider.

What changes for you

If you have stacks that include MongoDB Atlas clusters, these can now be planned and applied through Atlantis like any other stack — no manual workarounds needed.