Metadata-Version: 2.1
Name: pulumiverse_talos
Version: 0.2.0
Summary: A Pulumi package for creating and managing Talos Linux machines and clusters.
Home-page: https://talos.dev
License: MPL-2.0
Project-URL: Repository, https://github.com/pulumiverse/pulumi-talos
Keywords: pulumi talos category/infrastructure
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Talos Resource Provider

The Talos Resource Provider lets you manage [Talos Linux](https://talos.dev) machines & clusters.

## 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 @pulumiverse/talos
```

or `yarn`:

```bash
yarn add @pulumiverse/talos
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_talos
```

### Go

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

```bash
go get github.com/pulumiverse/pulumi-talos/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumiverse.Talos
```

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/talos/api-docs/).


