Browse Source
tf_data_dir to be String instead of StringSlice
pull/94/head
Caio Quirino da Silva
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
main.go
|
@ -108,7 +108,7 @@ func main() { |
|
|
Usage: "a list of var files to use. Each value is passed as -var-file=<value>", |
|
|
Usage: "a list of var files to use. Each value is passed as -var-file=<value>", |
|
|
EnvVar: "PLUGIN_VAR_FILES", |
|
|
EnvVar: "PLUGIN_VAR_FILES", |
|
|
}, |
|
|
}, |
|
|
cli.StringSliceFlag{ |
|
|
cli.StringFlag{ |
|
|
Name: "tf_data_dir", |
|
|
Name: "tf_data_dir", |
|
|
Usage: "changes the location where Terraform keeps its per-working-directory data, such as the current remote backend configuration.", |
|
|
Usage: "changes the location where Terraform keeps its per-working-directory data, such as the current remote backend configuration.", |
|
|
EnvVar: "PLUGIN_TF_DATA_DIR", |
|
|
EnvVar: "PLUGIN_TF_DATA_DIR", |
|
|