We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788e57a commit 20dc117Copy full SHA for 20dc117
driver.go
@@ -116,7 +116,7 @@ func (driver *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error {
116
driver.ConfigVariables = make(map[string]interface{})
117
118
driver.AdditionalVariablesInline = flags.StringSlice("terraform-variable")
119
- driver.AdditionalVariablesFile = flags.String("terraform-variables")
+ driver.AdditionalVariablesFile = flags.String("terraform-variables-from")
120
121
driver.RefreshAfterApply = flags.Bool("terraform-refresh")
122
0 commit comments