https://github.com/codurance/pe-pairing
Basic project to use for pairing sessions during interviews for Platform Engineers
https://github.com/codurance/pe-pairing
Last synced: 4 months ago
JSON representation
Basic project to use for pairing sessions during interviews for Platform Engineers
- Host: GitHub
- URL: https://github.com/codurance/pe-pairing
- Owner: codurance
- Created: 2025-03-24T16:28:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-01T14:29:10.000Z (about 1 year ago)
- Last Synced: 2025-05-01T15:33:59.338Z (about 1 year ago)
- Language: HCL
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PE-Pairing
This repository automates infrastructure deployment using Terraform through GitHub pull requests (PRs) for interview pairing exercises.
## Workflow
1. Create a branch and open a pull request (PR).
2. Terraform will automatically deploy the infrastructure on each push to the branch while the PR remains open.
3. Closing the PR will automatically destroy all deployed resources.
## IAM Permissions
The pipeline uses the IAM user `github-pe-pairing`, which currently has the following permissions:
- `AmazonDynamoDBFullAccess`
- `AmazonS3FullAccess`