mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-25 09:40:39 +00:00
tf_data_dir to be String instead of StringSlice
This commit is contained in:
parent
5ba916070a
commit
eb0aab1bbc
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>",
|
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user