Skip to content

Commit 18ef0fc

Browse files
committed
Whoops
1 parent 6cd97fe commit 18ef0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/zclconf/go-cty/cty"
99
)
1010

11-
func WorkspaceOwnerHook(dfs fs.FS, input Input) (func(ctx *tfcontext.Context, blocks terraform.Blocks, inputVars map[string]cty.Value), error) {
11+
func workspaceOwnerHook(dfs fs.FS, input Input) (func(ctx *tfcontext.Context, blocks terraform.Blocks, inputVars map[string]cty.Value), error) {
1212
ownerValue, err := input.Owner.ToCtyValue()
1313
if err != nil {
1414
return nil, err

0 commit comments

Comments
 (0)