Also, what the format of config file should be? Do...
# python
f
Also, what the format of config file should be? Does it like this (say,
config-file.txt
):
Copy code
var1=val1
var2=val2
...
Or it’s exact the same as
.tfvars
file?