We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd97fe commit 18ef0fcCopy full SHA for 18ef0fc
1 file changed
owner.go
@@ -8,7 +8,7 @@ import (
8
"github.com/zclconf/go-cty/cty"
9
)
10
11
-func WorkspaceOwnerHook(dfs fs.FS, input Input) (func(ctx *tfcontext.Context, blocks terraform.Blocks, inputVars map[string]cty.Value), error) {
+func workspaceOwnerHook(dfs fs.FS, input Input) (func(ctx *tfcontext.Context, blocks terraform.Blocks, inputVars map[string]cty.Value), error) {
12
ownerValue, err := input.Owner.ToCtyValue()
13
if err != nil {
14
return nil, err
0 commit comments