add url param for TFE, specify defaults
This commit is contained in:
parent
f0a9eee8fc
commit
ce41f40cb1
|
@ -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 = {};
|
var config = {};
|
||||||
|
|
||||||
config.token = "";
|
config.token = "";
|
||||||
config.downloadDir = ""
|
config.downloadDir = ""
|
||||||
|
config.base_url = ""
|
||||||
|
|
Loading…
Reference in a new issue