terraform/internal/cloudplugin
Martin Atkins d3b8a55781 go.mod: go get google.golang.org/protobuf@v1.33.0
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.
2024-03-21 08:05:58 -07:00
..
cloudplugin1 Append cloud plugin config metadata in plugin client requests 2024-01-04 14:42:36 -08:00
cloudproto1 go.mod: go get google.golang.org/protobuf@v1.33.0 2024-03-21 08:05:58 -07:00
mock_cloudproto1 Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
testdata Add TF_CLOUD_PLUGIN_DEV_OVERRIDE to enable cloudplugin dev 2023-12-04 18:09:37 -08:00
binary.go Add TF_CLOUD_PLUGIN_DEV_OVERRIDE to enable cloudplugin dev 2023-12-04 18:09:37 -08:00
binary_test.go Add TF_CLOUD_PLUGIN_DEV_OVERRIDE to enable cloudplugin dev 2023-12-04 18:09:37 -08:00
client.go cloudplugin: change manifest format to match releases API 2023-09-06 14:03:24 -06:00
client_test.go cloudplugin: change manifest format to match releases API 2023-09-06 14:03:24 -06:00
errors.go more missing headers 2023-08-30 14:55:24 -07:00
interface.go add missing copyright headers 2023-08-16 11:21:49 -07:00
testing.go cloudplugin: change manifest format to match releases API 2023-09-06 14:03:24 -06:00