From 1a73213b3fa4f4e4a2a31e56adc28529a778fa5f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 9 May 2024 23:54:41 -0400 Subject: [PATCH] move home vue component to index.md Signed-off-by: Rui Chen --- runatlantis.io/.vitepress/theme/Home.vue | 185 ----------------------- runatlantis.io/index.md | 164 +++++++++++++++++++- 2 files changed, 156 insertions(+), 193 deletions(-) delete mode 100644 runatlantis.io/.vitepress/theme/Home.vue diff --git a/runatlantis.io/.vitepress/theme/Home.vue b/runatlantis.io/.vitepress/theme/Home.vue deleted file mode 100644 index c862757211..0000000000 --- a/runatlantis.io/.vitepress/theme/Home.vue +++ /dev/null @@ -1,185 +0,0 @@ - - - diff --git a/runatlantis.io/index.md b/runatlantis.io/index.md index 319c92165f..effd36c98e 100644 --- a/runatlantis.io/index.md +++ b/runatlantis.io/index.md @@ -7,13 +7,161 @@ title: Atlantis description: Terraform Pull Request Automation --- - + +
+
+ hero +

Atlantis

+

+ Terraform Pull Request Automation +

+

+ Get Started → +

+
+
- +
+
+

The Atlantis Workflow

+ Atlantis Workflow + Atlantis Workflow +
+
- +
+
+
+

Benefits

+
+
+
+
+

Fewer Mistakes

+

Bring the benefits of code review to your operations + workflow.

+
    +
  • Catch errors in + the Terraform plan output before it's applied. +
  • +
  • Ensure that you + apply changes before merging to main. +
  • +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+

Put the Dev back into DevOps

+

Empower your developers to write Terraform. Safely.

+
    +
  • Developers can + submit Terraform pull requests without needing credentials. +
  • +
  • Operators can + require approvals prior to allowing an apply. +
  • +
+
+
+
+
+
+
+
+
+

Instant Audit Logs And Compliance

+

Pass audits without compromising your workflow.

+
    +
  • Each pull request now holds a detailed log of what infrastructure changes were made and when; along with who made the change and who approved it. +
  • +
  • Atlantis can be configured to require approvals on every production change. +
  • +
+
+
+
+
+ +
+
+
+
+
+ +
+
+

Proven at Scale

+
+
+
+ +
+
+
+
+
    +
  • Used by one of the world's top companies to manage over 600 Terraform repos with 300 developers. +
  • +
  • In production use since 2017. +
  • +
+
+
+
+
+
+ +
+
+

How It Works

+
+
+
+
    +
  • Atlantis is + self-hosted. Your credentials don't leave your infrastructure. +
  • +
  • Runs as a Golang + binary or Docker image and can be deployed on VMs, Kubernetes, + Fargate, etc. +
  • +
  • Listens for + webhooks from GitHub/GitLab/Bitbucket/Azure DevOps. +
  • +
  • Runs terraform + commands remotely and comments back with their output. +
  • +
+
+
+
+
+ +
+
+
+
+
+ +