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 4f7c944 commit b48e430Copy full SHA for b48e430
1 file changed
preview.go
@@ -132,6 +132,7 @@ func Preview(ctx context.Context, input Input, dir fs.FS) (output *Output, diagn
132
parser.OptionWithTFVarsPaths(varFiles...),
133
parser.OptionWithEvalHook(planHook),
134
parser.OptionWithEvalHook(ownerHook),
135
+ parser.OptionWithWorkingDirectoryPath("/"),
136
parser.OptionWithEvalHook(parameterContextsEvalHook(input)),
137
)
138
0 commit comments