terraform/plugin/convert
Martin Atkins 72e279e6b2 providers: Consistently use int64 for schema versions
The rest of Terraform is still using uint64 for this in various spots, but
we'll update that gradually later. We use int64 here because that matches
what's used in our protobuf definition, and unsigned integers are not
portable across all of the protobuf target languages anyway.
2018-11-30 11:22:39 -08:00
..
diagnostics.go plugin: Establish our current plugin protocol as version 5 2018-11-19 09:56:41 -08:00
diagnostics_test.go plugin: Establish our current plugin protocol as version 5 2018-11-19 09:56:41 -08:00
schema.go providers: Consistently use int64 for schema versions 2018-11-30 11:22:39 -08:00
schema_test.go plugin: Establish our current plugin protocol as version 5 2018-11-19 09:56:41 -08:00