mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 22:58:44 +00:00
Fix broken links (#1279)
* Fix broken links https://app.circleci.com/pipelines/github/runatlantis/atlantis/484/workflows/b88e1ab2-3be7-4967-b821-f7867b78ce2f/jobs/5487
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user