29 lines
697 B
Markdown
29 lines
697 B
Markdown
# Incus Resource Provider
|
|
|
|
The Incus Resource Provider lets you manage [Incus](https://linuxcontainers.org/incus/introduction/) resources.
|
|
|
|
## Installing
|
|
|
|
This package is available for several languages/platforms:
|
|
|
|
### Node.js (JavaScript/TypeScript)
|
|
|
|
To use from JavaScript or TypeScript in Node.js, install using `pnpm`:
|
|
|
|
```bash
|
|
pnpm install @kiterun/incus
|
|
```
|
|
|
|
### Go (unsupported)
|
|
|
|
To use from Go, use `go get` to grab the latest version of the library:
|
|
|
|
```bash
|
|
go get git.kalinow.ski/nimbus/pulumi-incus/sdk/go/...
|
|
```
|
|
|
|
|
|
## Reference
|
|
|
|
For detailed reference documentation, please visit [the terraform docs](https://registry.terraform.io/providers/lxc/incus/latest/docs/resources/instance).
|