We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5905319 commit 72273adCopy full SHA for 72273ad
internal/reflect/reflection.go
@@ -30,7 +30,7 @@ func Into(ctx context.Context, val tftypes.Value, target interface{}, opts Optio
30
if err != nil {
31
return err
32
}
33
- v.Set(result)
+ v.Elem().Set(result)
34
return nil
35
36
0 commit comments