The OCT Game - Infrastructure as Code
- AWS account
- Terraform Cloud (free tier) or a local Terraform installation
- Create an IAM User and assign the correct role to be used by the terraform process.
- Genereate an AWS Access Key for this User.
- Create an AWS Access Key ID and setup a Github Secret:
AWS_ACCESS_KEY_ID - Create an AWS Secret Access Key setup a Github Secret:
AWS_SECRET_ACCESS_KEY
- Link your new Workspace in Terraform Cloud with this GitHub Repo.
- Run a Terraform Plan & Apply.

