A Pulumi package for managing FusionAuth instances.
npm install pulumi-fusionauthThe FusionAuth Resource Provider lets you manage FusionAuth resources.
This is bridged using the Terraform FusionAuth package.
You can look at the Terraform FusionAuth docs
to get an idea of what is available in this package.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
``bash`
npm install pulumi-fusionauth
or yarn:
`bash`
yarn add pulumi-fusionauth
To use from Python, install using pip:
`bash`
pip install theogravity-pulumi-fusionauth
To use from Go, use go get to grab the latest version of the library:
`bash`
go get github.com/theogravity/pulumi-fusionauth/sdk/go/fusionauth
To use from .NET, install using dotnet add package:
`bash`
dotnet add package theogravity.Fusionauth
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`