Metadata-Version: 2.1
Name: theogravity-pulumi-fusionauth
Version: 2.15.0
Summary: A Pulumi package for managing FusionAuth instances.
Home-page: https://github.com/theogravity/pulumi-fusionauth
License: MIT
Project-URL: Repository, https://github.com/theogravity/pulumi-fusionauth
Keywords: pulumi fusionauth category/infrastructure
Platform: UNKNOWN
Description-Content-Type: text/markdown

# FusionAuth Resource Provider

The FusionAuth Resource Provider lets you manage [FusionAuth](http://fusionauth.io/) resources.

This is bridged using the [Terraform FusionAuth](https://github.com/gpsinsight/terraform-provider-fusionauth) package.

You can look at the [Terraform FusionAuth docs by gpsinsight](https://registry.terraform.io/providers/gpsinsight/fusionauth/latest/docs)
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`:

```bash
npm install pulumi-fusionauth
```

or `yarn`:

```bash
yarn add pulumi-fusionauth
```

### Python

To use from Python, install using `pip`:

```bash
pip install theogravity-pulumi-fusionauth
```

### Go

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
```

### .NET

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

```bash
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`


