Package Exports
- @duplocloud/pulumi
- @duplocloud/pulumi/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@duplocloud/pulumi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Duplocloud Resource Provider
The Duplocloud Resource Provider lets you manage Duplocloud resources.
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 @duplocloud/pulumi
or yarn
:
yarn add @duplocloud/pulumi
Python
To use from Python, install using pip
:
pip install pulumi_duplocloud
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-duplocloud/sdk/go/...
.NET
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Duplocloud
Configuration
The following configuration points are available for the duplocloud
provider:
duplocloud:region
(environment:DUPLOCLOUD_REGION
) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.