pulumi-fusionauth
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

FusionAuth Resource Provider

The FusionAuth Resource Provider lets you manage FusionAuth resources.

This is bridged using the Terraform FusionAuth package.

You can look at the Terraform FusionAuth docs by gpsinsight to get an idea of what is available in this package.

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 pulumi-fusionauth

or yarn:

yarn add pulumi-fusionauth

Python

To use from Python, install using pip:

pip install theogravity-pulumi-fusionauth

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/theogravity/pulumi-fusionauth/sdk/go/fusionauth

.NET

To use from .NET, install using dotnet add package:

dotnet add package theogravity.Fusionauth

Configuration

The following configuration points are available for the fusionauth provider:

  • fusionauth:host (environment: FUSION_AUTH_HOST_URL) - the URL to the FusionAuth instance with the trailing slash omitted (ex: https://instance.fusionauth.io)
  • fusionauth:api_key (environment: FUSION_AUTH_API_KEY) - the API key for fusionauth

Package Sidebar

Install

npm i pulumi-fusionauth

Weekly Downloads

869

Version

4.0.1

License

MIT

Unpacked Size

1.02 MB

Total Files

162

Last publish

Collaborators

  • theo.gravity