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 d2809a8 commit f977ddcCopy full SHA for f977ddc
tftypes/value.go
@@ -46,6 +46,8 @@ type Value struct {
46
typ Type
47
value interface{}
48
49
+ // refinements represents the unknown value refinement data associated with this Value.
50
+ // This field is only populated for unknown values.
51
refinements refinement.Refinements
52
}
53
0 commit comments