@ryan-pip/pulumi-fivetran
v1.5.1
Published
A Pulumi package for creating and managing fivetran cloud resources.
Maintainers
Readme
Fivetran Pulumi Provider
The Fivetran Resource Provider lets you manage Fivetran resources via it's RestAPI
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 @ryan-pip/pulumi-fivetranor yarn:
yarn add @ryan-pip/pulumi-fivetranPython
To use from Python, install using pip:
pip install pulumi_provider_fivetranGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumi/pulumi-fivetran/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.FivetranConfiguration
The following configuration points are available for the fivetran provider:
fivetran:api_key(environment:FIVETRAN_API_KEY) - the API key forfivetranfivetran:api_secret(environment:FIVETRAN_API_SECRET) - the API secret forfivetran
Reference
For detailed reference documentation, please visit the Pulumi registry.
