Browse Source

tf_data_dir to be String instead of StringSlice

pull/94/head
Caio Quirino da Silva 6 years ago
committed by GitHub
parent
commit
eb0aab1bbc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.go

2
main.go

@ -108,7 +108,7 @@ func main() {
Usage: "a list of var files to use. Each value is passed as -var-file=<value>",
EnvVar: "PLUGIN_VAR_FILES",
},
cli.StringSliceFlag{
cli.StringFlag{
Name: "tf_data_dir",
Usage: "changes the location where Terraform keeps its per-working-directory data, such as the current remote backend configuration.",
EnvVar: "PLUGIN_TF_DATA_DIR",

Loading…
Cancel
Save