0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

tf_data_dir to be String instead of StringSlice

This commit is contained in:
Caio Quirino da Silva 2019-07-17 21:33:16 +02:00 committed by GitHub
parent 5ba916070a
commit eb0aab1bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",