This repo contains Makefile and base terraform folders and jinja2 files to fit the standard pattern. This repo is a base to create new Terraform repos, renaming the template files and adding the githooks submodule, making the repo ready for use.
Running aviator will create the pipeline required on the AWS-Concourse instance, in order pass a mandatory CI ran status check. this will likely require you to login to Concourse, if you haven't already.
After cloning this repo, please generate terraform.tf
and terraform.tfvars
files:
make bootstrap
In addition, you may want to do the following:
-
Create non-default Terraform workspaces as and if required:
make terraform-workspace-new workspace=<workspace_name>
e.g.
make terraform-workspace-new workspace=qa
-
Configure Concourse CI pipeline:
- Add/remove jobs in
./ci/jobs
as required - Create CI pipeline:
aviator
- Add/remove jobs in