You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,29 +11,6 @@ This Terraform module automates the deployment of the Atlantis server on an ECS
11
11
12
12
---
13
13
14
-
## Prerequisites
15
-
16
-
- Application secrets stored in AWS SSM Parameter Store with the following names and descriptions:
17
-
-`/atlantis/ATLANTIS_GH_TOKEN`: A GitHub personal access token with repo and admin:repo\_hook permissions. Generate this from GitHub Developer settings.
18
-
-`/atlantis/ATLANTIS_GH_WEBHOOK_SECRET`: The secret used to validate GitHub webhooks. Create a random secret string for this.
19
-
-`/atlantis/AWS_ACCESS_KEY_ID`: The AWS Access Key ID for an IAM user with necessary permissions. Obtain this from AWS IAM user security credentials.
20
-
-`/atlantis/AWS_SECRET_ACCESS_KEY`: The AWS Secret Access Key for the same IAM user. Obtain this from AWS IAM user security credentials.
21
-
-`/atlantis/ATLANTIS_GOOGLE_CLIENT_ID`: The Client ID for Google OAuth. Obtain this from Google Cloud Console.
22
-
-`/atlantis/ATLANTIS_GOOGLE_CLIENT_SECRET`: The Client Secret for Google OAuth. Obtain this from Google Cloud Console.
23
-
24
-
- Set up the following in the Google Cloud Console for the OAuth consent screen:
25
-
-**Authorized JavaScript origins**:
26
-
- Use the value of `ATLANTIS_URL` from your `locals.tf`, which is defined as:
27
-
```hcl
28
-
ATLANTIS_URL = "https://${local.atlantis_url}"
29
-
```
30
-
31
-
- **Authorized redirect URIs**:
32
-
- Use the value of `ATLANTIS_GOOGLE_REDIRECT_URI` from your `locals.tf`, which is defined as:
0 commit comments