This fork is deprecated, and will be removed upon migration of server3-rc and IWF clusters to new modules. For terraform nomad client modules, please use this repository.
This repository contains the terraform scripts for deploying the resources necessary for hosting your own CircleCI Server instance on Kubernetes. Currently this project is still in beta and supports 2 cloud providers, AWS and GCP with the intent to expand support in future releases.
The modules in this repository are meant to be used with terraform v0.14.2
Documentation on setting up an environment for launching in either cloud providers we support are found here:
You may contribute to server-terraform by:
Creating a Branch
- Start by branching off main. Branches should be named with the issue number they resolve or a description of the work being done.
- Once your work is complete, you may create a PR for your branch
- Each commit is tested for formatting and syntax errors
- We test PRs in our own test environments
- PRs are reviewed and approved by members of CircleCI's Server team
- Feature requests or problems found may be reported by creating an issue within this repository
- CircleCI's Server team will review and respond to issues.