We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d555eeb commit 56f9791Copy full SHA for 56f9791
README.md
@@ -3,8 +3,9 @@
3
`go-plugin` is a Go (golang) plugin system over RPC. It is the plugin system
4
that has been in use by HashiCorp tooling for over 4 years. While initially
5
created for [Packer](https://www.packer.io), it is additionally in use by
6
-[Terraform](https://www.terraform.io), [Nomad](https://www.nomadproject.io), and
7
-[Vault](https://www.vaultproject.io).
+[Terraform](https://www.terraform.io), [Nomad](https://www.nomadproject.io),
+[Vault](https://www.vaultproject.io), and
8
+[Boundary](https://www.boundaryproject.io).
9
10
While the plugin system is over RPC, it is currently only designed to work
11
over a local [reliable] network. Plugins over a real network are not supported
0 commit comments