Add a dummy variable file to satiate the Packer

This commit is contained in:
R. Tyler Croy 2017-08-25 23:50:49 -07:00
parent 78c4b599dd
commit 42a5298661
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,7 @@ all: validate
.azure.json:
echo ">> .azure.json doesn't exist, you'll probably want to generate it yourself"
echo '{}' > .azure.json
ln -sf vars.json .azure.json
clean:

6
vars.json Normal file
View File

@ -0,0 +1,6 @@
{
"azure_client_secret" : "dummy-client-secret"
"azure_subscription_id" : "dummy-subscription-id",
"azure_tenant_id" : "dummy-tenant-id",
"azure_client_id" : "dummy-client-id"
}