0.2.0 • Published 2 years ago
@pulumiverse/vra v0.2.0
VRA Resource Provider
The VRA Resource Provider lets you manage VRA resources.
override vra configuration cache
The following configurations are overridable via env vars:
- access_token (access token for API operations) with env var VRA_ACCESS_TOKEN
- refresh_token (refresh token for API operations) with env var VRA_REFRESH_TOKEN
- url (base url for API operations) with env var VRA_URL
- reauthorizeTimeout (timeout for how often to reauthorize the access token) with env var VRA7_REAUTHORIZE_TIMEOUT
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:
npm install @pulumiverse/vraor yarn:
yarn add @pulumiverse/vraPython
To use from Python, install using pip:
pip install pulumiverse_vraGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-vra/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumiverse.VraConfiguration
The following configuration points are available for the vra provider:
- none
vra:accessToken(environment:n/a) - the access token forvravra:refreshToken(environment:n/a) - the refresh token forvravra:url(environment:n/a) - the url of thevrainstancevra:insecure(environment:n/a) - the option to ignore thevrainstance certificatevra:reauthorizeTimeout(environment:n/a) - how often to reauthorize against thevrainstance
Reference
For detailed reference documentation, please visit the Pulumi registry.
0.2.0
2 years ago