Quick Start

The bootstrap process is intended to be just that, a bootstrap. Though it uses Terraform it was never conceived that long term state management would be used to manage Azure DevOps.

It has been designed to run interactively to allow rapid commencement of operations.

You will need:

You will also need:

export AZDO_ORG_SERVICE_URL=https://dev.azure.com/myorgname
export AZDO_PERSONAL_ACCESS_TOKEN=<myPAT>
export TFE_PARALLELISM=256

terraform init
terraform plan
terraform apply

Next Step

Now you have bootstrapped Azure DevOps, move on to configuring the build agents