Skip to content

Latest commit

 

History

History

runner-pre-registered

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example - Spot Runner - Private subnets

This is the previous default example. For this example you need to register the runner before running terraform and provide the runner token. Since version 3+ the runner can register itself by providing the registration token. This example is provided to showcase backwards compatibility.

Prerequisite

The terraform version is managed using tfenv. If you are not using tfenv please check .terraform-version for the tested version.

Providers

Name Version
aws 2.52

Inputs

Name Description Type Default Required
aws_region AWS region. string "eu-west-1" no
environment A name that identifies the environment, will used as prefix and for tagging. string "ci-runners" no
gitlab_url URL of the gitlab instance to connect to. string n/a yes
private_ssh_key_filename n/a string "generated/id_rsa" no
public_ssh_key_filename n/a string "generated/id_rsa.pub" no
runner_name Name of the runner, will be used in the runner config.toml string n/a yes
runner_token Token for the runner, will be used in the runner config.toml string n/a yes
timezone Name of the timezone that the runner will be used in. string "Europe/Amsterdam" no

Outputs

No output.