Skip to content

Commit eaf6a61

Browse files
terraform-docs: automated action
1 parent bbf3f3f commit eaf6a61

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,6 @@ This Terraform module automates the deployment of the Atlantis server on an ECS
1111

1212
---
1313

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:
33-
```hcl
34-
ATLANTIS_GOOGLE_REDIRECT_URI = "https://${local.atlantis_url}/oauth2/idpresponse"
35-
```
36-
3714
## Requirements
3815

3916
| Name | Version |

0 commit comments

Comments
 (0)