mirror of
https://github.com/opentofu/svchost
synced 2026-04-05 19:18:27 +00:00
No description
- Go 99.4%
- Shell 0.3%
- Makefile 0.3%
We aren't planning any specific breaking changes and hopefully won't need to make any, but since we've not used this new design fully in OpenTofu yet we might find that we got some details wrong, in which case we'll likely prefer to break compatibility if the alternative would be something awkward to use. Signed-off-by: Martin Atkins <mart@degeneration.co.uk> |
||
|---|---|---|
| disco | ||
| internal/uritemplates | ||
| scripts | ||
| svcauth | ||
| .go-version | ||
| .golangci.yml | ||
| go.mod | ||
| go.sum | ||
| label_iter.go | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| svchost.go | ||
| svchost_test.go | ||
OpenTofu svchost
This library contains a client implementation of OpenTofu's Remote Service Discovery protocol, and helpers for authenticating to OpenTofu-native services.
The API of this library is currently experimental and primarily intended for use in OpenTofu CLI itself, rather than external consumption. We may make breaking changes to the API before blessing it with a stable version number, so third-party callers should be prepared to make adjustments if they choose to use this library before then.