Ensure some form of varfile exists for Jenkins to run

The secrets obviously won't be in Jenkins here
This commit is contained in:
R. Tyler Croy 2017-12-11 17:21:28 -08:00
parent 9d64ef2775
commit 8cd07a8967
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ deploy: plan tfinit
tfinit: $(TF_VARFILE) ./scripts/tf-init
./scripts/tf-init $(TF_VARFILE)
$(TF_VARFILE):
touch $(TF_VARFILE)
###############################################################