Skip to content

Commit 276e060

Browse files
committed
chore: unknown values should just be an empty string
1 parent c8bc19c commit 276e060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/value.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
UnknownStringValue = "??"
15+
UnknownStringValue = ""
1616
)
1717

1818
type NullHCLString struct {

0 commit comments

Comments
 (0)