SaaSHub helps you find the best software and product alternatives Learn more →
Atlantis Alternatives
Similar projects and alternatives to atlantis
-
terragrunt
Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.
-
checkov
Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
Pulumi
Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀
-
-
infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
-
digger
Digger is an open source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline ⚡️
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
terratest
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
-
pre-commit-terraform
pre-commit git hooks to take care of Terraform configurations 🇺🇦
-
tfsec
Security scanner for your Terraform code [Moved to: https://github.com/aquasecurity/tfsec] (by tfsec)
-
-
-
awx
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
-
-
terraform-docs
Generate documentation from Terraform modules in various output formats
-
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
-
flux2
Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
atlantis reviews and mentions
-
Terraform Cloud Pricing Changes Sticker Shock
We use Atlantis [0] for CI/CD automation of Terraform pull requests to a centralized repository. It's pretty good too, especially for a self-hosted solution. I can't see how Terraform Cloud's costs would be justifiable for us without a custom contract.
-
OpenTerraform – an MPL fork of Terraform after HashiCorp's license change
atlantis would be fine, see this comment, https://github.com/runatlantis/atlantis/issues/3663#issuecom...
-
Terraform Tower
Atlantis
-
What’s the difference between Terraform Plan and Overmind Blast Radius?
Pluralith, Runalantis & Scenery are just some of the great tools out there you can use.
-
Digger (Open Source GitOps tool for Terraform) - now has Gitlab Support, Checkov support, and a feature to delete stale plans.
”Stale plans” was a massive issue in Atlantis and also flagged by many Digger users. If you run a plan and then update the PR and run apply without planning an old stored plan could have been picked up. One alternative is to always re-plan before apply; but that kind of defies the purpose of storing plans, which are useful as artifacts. So we went with an alternative approach: in the event of a code change, an outdated plan is deleted from the storing bucket.
-
How to Terraform with Comments (And You Can DIY!*)
I was inspired by Atlantis's approach to Terraform PR automation. However, I wanted to avoid the overhead of self-hosting and securing a VM for each project. Instead, I preferred to re-use our CI/CD platform as it is scalable and compatible with various repositories, lowering the barrier to entry.
-
Reminder: there are alternatives to Terraform Cloud out there
Atlantis
-
Self Service for Users
Then perhaps use this: https://www.runatlantis.io/ to actually run it.
-
Show HN: Tpm – A package manager for Terraform providers
tpm is a "package manager" (like npm, gem, pip, etc.) but for installing and uninstalling Terraform providers without requiring Terraform.
I needed a way to cache a large number of Terraform providers without the need to clone code repositories and run "terraform init" for each project on the golden image of our CI system. Caching Terraform providers prevents errors when many Terraform commands run in parallel and need to download the same provider (related issue: https://github.com/runatlantis/atlantis/issues/2242).
On the other hand, this tool is the perfect excuse for me to gain real-world experience with Go :D
-
whats your development process for github actions and how are you testing them?
You should also check https://www.runatlantis.io/
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b416728>
www.saashub.com | 4 Dec 2023
Stats
runatlantis/atlantis is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of atlantis is Go.