@maienm/pulumi-transip
v0.1.1019
Published
A Pulumi package for creating and managing TransIP resources
Downloads
1
Readme
This uses a fork of the transip provider that's in the Terraform registry with some additions. Use at your own risk, backwards compatibility is not guaranteed.
Transip Resource Provider
The Transip Resource Provider lets you manage transip 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 @maienm/pulumi-transipor yarn:
yarn add @maienm/pulumi-transipPython
To use from Python, install using pip:
pip install pulumi_transipGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/MaienM/pulumi-transip/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package MaienM.TransipConfiguration
The following configuration points are available for the transip provider:
transip:apiKey(environment:transip_API_KEY) - the API key fortransiptransip:region(environment:transip_REGION) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.
