The Fivetran Resource Provider lets you manage Fivetran resources via it's RestAPI
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @ryan-pip/pulumi-fivetran
or yarn
:
yarn add @ryan-pip/pulumi-fivetran
To use from Python, install using pip
:
pip install pulumi_provider_fivetran
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumi/pulumi-fivetran/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumi.Fivetran
The following configuration points are available for the fivetran
provider:
fivetran:api_key
(environment:FIVETRAN_API_KEY
) - the API key forfivetran
fivetran:api_secret
(environment:FIVETRAN_API_SECRET
) - the API secret forfivetran
For detailed reference documentation, please visit the Pulumi registry.