The Talos Resource Provider lets you manage Talos Linux machines & clusters.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/talos
or yarn
:
yarn add @pulumiverse/talos
To use from Python, install using pip
:
pip install pulumiverse_talos
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-talos/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumiverse.Talos
For detailed reference documentation, please visit the Pulumi registry.