# 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/FusionAuth/terraform-provider-fusionauth) package.
You can look at the [Terraform FusionAuth docs](https://registry.terraform.io/providers/fusionauth/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`
Raw data
{
"_id": null,
"home_page": "https://github.com/theogravity/pulumi-fusionauth",
"name": "theogravity-pulumi-fusionauth",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi fusionauth category/infrastructure",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/77/63/cce4cfc7e69841b825db640e99891b12837d24c73f414e91594f95bb5e29/theogravity_pulumi_fusionauth-6.0.2.tar.gz",
"platform": null,
"description": "# FusionAuth Resource Provider\n\nThe FusionAuth Resource Provider lets you manage [FusionAuth](http://fusionauth.io/) resources.\n\nThis is bridged using the [Terraform FusionAuth](https://github.com/FusionAuth/terraform-provider-fusionauth) package.\n\nYou can look at the [Terraform FusionAuth docs](https://registry.terraform.io/providers/fusionauth/fusionauth/latest/docs)\nto get an idea of what is available in this package.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install pulumi-fusionauth\n```\n\nor `yarn`:\n\n```bash\nyarn add pulumi-fusionauth\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install theogravity-pulumi-fusionauth\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/theogravity/pulumi-fusionauth/sdk/go/fusionauth\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package theogravity.Fusionauth\n```\n\n## Configuration\n\nThe following configuration points are available for the `fusionauth` provider:\n\n- `fusionauth:host` (environment: `FUSION_AUTH_HOST_URL`) - the URL to the FusionAuth instance with the trailing slash omitted (ex: `https://instance.fusionauth.io`)\n- `fusionauth:api_key` (environment: `FUSION_AUTH_API_KEY`) - the API key for `fusionauth`\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Pulumi package for managing FusionAuth instances.",
"version": "6.0.2",
"project_urls": {
"Homepage": "https://github.com/theogravity/pulumi-fusionauth",
"Repository": "https://github.com/theogravity/pulumi-fusionauth"
},
"split_keywords": [
"pulumi",
"fusionauth",
"category/infrastructure"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7763cce4cfc7e69841b825db640e99891b12837d24c73f414e91594f95bb5e29",
"md5": "645647362e5a764f58b1c4f2c0ddb9b1",
"sha256": "2678ac52cf67ce1946b4ba832c36080e1418f0fb348e72dda3a7a77b1117d891"
},
"downloads": -1,
"filename": "theogravity_pulumi_fusionauth-6.0.2.tar.gz",
"has_sig": false,
"md5_digest": "645647362e5a764f58b1c4f2c0ddb9b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 242814,
"upload_time": "2025-02-09T03:38:57",
"upload_time_iso_8601": "2025-02-09T03:38:57.042380Z",
"url": "https://files.pythonhosted.org/packages/77/63/cce4cfc7e69841b825db640e99891b12837d24c73f414e91594f95bb5e29/theogravity_pulumi_fusionauth-6.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-09 03:38:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "theogravity",
"github_project": "pulumi-fusionauth",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "theogravity-pulumi-fusionauth"
}