Nish Krishnan
2020-12-02 16:58:50 -05:00
committed by GitHub
parent 1513089988
commit 5edac18d6f
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ Only a single installation per GitHub App is supported at the moment.
- Record the access token
### Bitbucket Cloud (bitbucket.org)
- Create an App Password by following [https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword)
- Create an App Password by following [https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/)
- Label the password "atlantis"
- Select **Pull requests**: **Read** and **Write** so that Atlantis can read your pull requests and write comments to them
- Record the access token

View File

@@ -524,7 +524,7 @@ OpenShift runs Docker images with random user id's that use `/` as their home di
### AWS Fargate
If you'd like to run Atlantis on [AWS Fargate](https://aws.amazon.com/fargate/)
check out the Atlantis module on the Terraform Module Registry: [https://registry.terraform.io/modules/terraform-aws-modules/atlantis/aws](https://registry.terraform.io/modules/terraform-aws-modules/atlantis/aws)
check out the Atlantis module on the [Terraform Module Registry](https://tf-registry.herokuapp.com/modules/terraform-aws-modules/atlantis/aws/latest)
and then check out the [Next Steps](#next-steps).
### Google Kubernetes Engine (GKE)

View File

@@ -164,7 +164,7 @@ TOKEN="{YOUR_TOKEN}"
```
### Bitbucket Cloud (bitbucket.org) Access Token
- follow [https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword)
- follow [https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/)
- Label the password "atlantis"
- Select **Pull requests**: **Read** and **Write** so that Atlantis can read your pull requests and write comments to them
- set the token as an environment variable