From e917553991e63cd7b498e397ac0707524a1cb380 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 16 Nov 2016 15:40:23 -0800 Subject: [PATCH] Add a note about the `prefix` variable --- HACKING.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.adoc b/HACKING.adoc index 0a21b2d..bbd2b79 100644 --- a/HACKING.adoc +++ b/HACKING.adoc @@ -80,6 +80,7 @@ containing: [source, json] ---- { + "prefix" : "yourusername", "subscription_id" : "", "client_id" : "", "client_secret" : "", @@ -89,6 +90,7 @@ containing: Where (assuming your subscription is named "Pay-As-You-Go"): +* `prefix` is your username, or some unique token to avoid namespace collisions in Azure * `subscription_id` is the output of: `az account list -o tsv --query "[?name=='Pay-As-You-Go'].id"` * `client_id` is the output of: `az ad app list -o tsv --query "[?displayName=='jenkins-terraform'].appId"` * `client_secret` is the `$GENERATED_TOKEN` you created with `openssl` previously