# Netbox Resource Provider

The Netbox Resource Provider lets you manage Netbox 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 either `npm`:

```bash
npm install @natzkalabsopensource/pulumi-netbox
```

or `yarn`:

```bash
yarn add @natzkalabsopensource/pulumi-netbox
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/NatzkaLabsOpenSource/pulumi-netbox/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumi.Netbox
```

## Configuration

The following configuration points are available for the `netbox` provider:

*WIP*, please refer to https://registry.terraform.io/providers/e-breuninger/netbox/latest/docs
