add url param for TFE, specify defaults

This commit is contained in:
worm 2022-12-30 15:35:42 -08:00
parent f0a9eee8fc
commit ce41f40cb1

View file

@ -1,4 +1,10 @@
// These parameters are all optional.
// token will use the environment $TOKEN if unspecified
// downloadDir will use the current directory if unspecified
// base_url will use app.terraform.io if unspecified
var config = {};
config.token = "";
config.downloadDir = ""
config.base_url = ""