The Castai Resource Provider lets you manage Castai resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumi/castai
or yarn
:
yarn add @pulumi/castai
To use from Python, install using pip
:
pip install pulumi_castai
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-castai/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Castai
The following configuration points are available for the castai
provider:
castai:region
(environment:CASTAI_REGION
) - the region in which to deploy resources
For detailed reference documentation, please visit the Pulumi registry.