terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-go/tftypes/unknown_value.go

10 lines
169 B
Go
Raw Normal View History

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