This repo contains Terraform modules to deploy the following CircleCI Runners:
- ✅ Machine (Linux)
- 🚧 Machine (Windows)
- 🚧 Container (k3s) (pending modularization)
See examples in each module's README files.
For example, for Machine (Linux), click here
Note these stacks assume you have the credentials for the providers as such:
- AWS: using the default profile. Otherwise, update the provider config as needed.
- CircleCI: using the API token under CIRCLE_TOKEN env var.