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 c3d6e86 commit 9e7d207Copy full SHA for 9e7d207
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