From 39dd91d7eb1eae18992980d0a62d72a503898863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ig=C5=82a?= Date: Wed, 7 Dec 2022 04:57:46 +0100 Subject: [PATCH] docs: Add a new Azure deployment method (#2741) * docs: Add a new Azure deployment method * docs: Revert the old ACI link while keeping the new one * docs: Improve wording for Azure deployment --- runatlantis.io/docs/deployment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index acfa8b6f86..d38a3083a7 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -563,7 +563,8 @@ If you need to modify the Docker image that we provide, for instance to add the ### Microsoft Azure The standard [Kubernetes Helm Chart](#kubernetes-helm-chart) should work fine on [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes). -Another option is [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/). See this community member's [repo](https://github.com/jplane/atlantis-on-aci) for install scripts and more information on running Atlantis on ACI. + +Another option is [Azure Container Instances](https://docs.microsoft.com/en-us/azure/container-instances/). See this community member's [repo](https://github.com/jplane/atlantis-on-aci) or the new and more up-to-date [Terraform module](https://github.com/getindata/terraform-azurerm-atlantis) for install scripts and more information on running Atlantis on ACI. ### Roll Your Own If you want to roll your own Atlantis installation, you can get the `atlantis`