https://github.com/madetech/devops-pairing-terraform
Create a tempoary user for use in devops pairing interviewes
https://github.com/madetech/devops-pairing-terraform
Last synced: about 1 year ago
JSON representation
Create a tempoary user for use in devops pairing interviewes
- Host: GitHub
- URL: https://github.com/madetech/devops-pairing-terraform
- Owner: madetech
- Created: 2021-09-01T10:10:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T14:56:08.000Z (over 4 years ago)
- Last Synced: 2025-01-25T14:11:56.162Z (over 1 year ago)
- Language: HCL
- Size: 7.81 KB
- Stars: 1
- Watchers: 30
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops-pairing-terraform
Create a temporary user for use in devops pairing interviews
**We do not expect the interviewee to use this project**
## How to use
1. Clone this repo
2. Ensure [aws-vault](https://github.com/madetech/handbook/blob/main/guides/cloud/aws_sandbox.md#cli-usage-1) is installed
3. Ensure [tfenv](https://github.com/tfutils/tfenv) is installed
4. Run `terraform init`
5. Run `aws-vault exec mt-devops -- terraform apply` in the DevOps pairing account (the regular sandbox playground account will not work for this)
6. Enter the first name of the interviewee when prompted
7. Don't forget to run `aws-vault exec mt-devops -- terraform destroy` after the candidate has destroyed what they have made
## Credits
Based of https://github.com/cob16/terraform-learning/tree/master/pairing