The Prodvana Resource Provider lets you manage Prodvana resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @prodvana/pulumi-prodvanaor yarn:
yarn add @prodvana/pulumi-prodvanaTo use from Python, install using pip:
pip install pulumi_prodvanaTo use from Go, use go get to grab the latest version of the library:
go get github.com/prodvana/pulumi-prodvana/sdk/go/...To use from .NET, install using dotnet add package:
dotnet add package Pulumi.ProdvanaThe following configuration points are available for the prodvana provider:
prodvana:apiToken(environment:PVN_API_TOKEN) - An API token generated with permissions to this organization.prodvana:orgSlug(environment:PVN_ORG_SLUG) - Prodvana organization to authenticate with (you can find this in your Org's url: <org_slug>.prodvana.io)
For detailed reference documentation, please visit the Pulumi registry.