customize resources

This commit is contained in:
2025-04-24 15:46:06 -04:00
parent b649164b63
commit b9ca51af01
10 changed files with 206 additions and 66 deletions

View File

@@ -8,48 +8,21 @@ This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
To use from JavaScript or TypeScript in Node.js, install using `pnpm`:
```bash
npm install @kiterun/incus
pnpm install @kiterun/incus
```
or `yarn`:
```bash
yarn add @kiterun/incus
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_incus
```
### Go
### Go (unsupported)
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumi/pulumi-incus/sdk/go/...
go get git.kalinow.ski/nimbus/pulumi-incus/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Incus
```
## Configuration
The following configuration points are available for the `incus` provider:
- `incus:region` (environment: `INCUS_REGION`) - the region in which to deploy resources
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/incus/api-docs/).