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-transip
or yarn
:
yarn add @maienm/pulumi-transip
Python
To use from Python, install using pip
:
pip install pulumi_transip
Go
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.Transip
Configuration
The following configuration points are available for the transip
provider:
-
transip:apiKey
(environment:transip_API_KEY
) - the API key fortransip
-
transip:region
(environment:transip_REGION
) - the region in which to deploy resources
Reference
For detailed reference documentation, please visit the Pulumi registry.