terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-go/tftypes/unknown_value.go
Tobias Trabelsi e1266ebf64
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
updated GHA
Update to v2 SDK
updated dependencies
2022-08-06 16:21:18 +02:00

10 lines
169 B
Go

package tftypes
const (
// UnknownValue represents a value that is not yet known. It can be the
// value of any type.
UnknownValue = unknown(0)
)
type unknown byte