mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
Many of the changes between these two versions seem to be in parts of the
library that Terraform doesn't use, but there are a few sensitive parts:
- Slight changes to details of how the library implements the JSON
encoding of protobuf. Terraform CLI/Core don't use this, but some
of the backends might use it indirectly when talking to their
underlying APIs.
- Some details of the "protoreflect" package for working with
protobuf descriptors dynamically (rather than using generated stubs)
have changed, but it seems pretty marginal and unlikely to cause
problems.
|
||
|---|---|---|
| .. | ||
| cloudplugin1 | ||
| cloudproto1 | ||
| mock_cloudproto1 | ||
| testdata | ||
| binary.go | ||
| binary_test.go | ||
| client.go | ||
| client_test.go | ||
| errors.go | ||
| interface.go | ||
| testing.go | ||