A Pulumi package for creating and managing VMware VRA cloud resources.
Project description
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/vra
or yarn
:
yarn add @pulumiverse/vra
Python
To use from Python, install using pip
:
pip install pulumiverse_vra
Go
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.Vra
Configuration
The following configuration points are available for the vra
provider:
- none
vra:accessToken
(environment:n/a
) - the access token forvra
vra:refreshToken
(environment:n/a
) - the refresh token forvra
vra:url
(environment:n/a
) - the url of thevra
instancevra:insecure
(environment:n/a
) - the option to ignore thevra
instance certificatevra:reauthorizeTimeout
(environment:n/a
) - how often to reauthorize against thevra
instance
Reference
For detailed reference documentation, please visit the Pulumi registry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pulumiverse_vra-0.2.0.tar.gz
.
File metadata
- Download URL: pulumiverse_vra-0.2.0.tar.gz
- Upload date:
- Size: 166.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1f9ef69eeb477f1ee87b95613267f76dee8faace7ffa783b584c60c6006dd5a |
|
MD5 | 57fe796169752910ca0ab0a55b653c66 |
|
BLAKE2b-256 | 7a02dd5402c8804c402e2e44a5a8283ca5a80820eb1d7813823714adf21df250 |