# Setup

    # Downloads terraform and plugins
    make

    # Do this in every new terminal
    source .settings.sh

    # This is needed once (or when Terraform lets you know)
    terraform init

## Scaleway

You need an ansible vault in `../ansible/terraform-local.yml` with the following contents:

    scaleway_organization: "..."
    scaleway_access_key: "..."
    scaleway_secret_key: "..."