theogravity-pulumi-fusionauth


Nametheogravity-pulumi-fusionauth JSON
Version 3.0.5 PyPI version JSON
download
home_pagehttps://github.com/theogravity/pulumi-fusionauth
SummaryA Pulumi package for managing FusionAuth instances.
upload_time2023-06-28 00:06:05
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords pulumi fusionauth category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/theogravity/pulumi-fusionauth",
    "name": "theogravity-pulumi-fusionauth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi fusionauth category/infrastructure",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2a/d0/b3e82ae2f71e21d29923f5b3b26fa29458eb355de711c0304a77f4d7a5a3/theogravity_pulumi-fusionauth-3.0.5.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/gpsinsight/terraform-provider-fusionauth) package.\n\nYou can look at the [Terraform FusionAuth docs by gpsinsight](https://registry.terraform.io/providers/gpsinsight/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": "3.0.5",
    "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": "",
            "digests": {
                "blake2b_256": "2ad0b3e82ae2f71e21d29923f5b3b26fa29458eb355de711c0304a77f4d7a5a3",
                "md5": "c7cefc0aa6656a845c3e5c5995ff2ed9",
                "sha256": "ad4e663a1f3e170e589df23d76d5fe03dc089029fd5d6f21f27fa8add48d5734"
            },
            "downloads": -1,
            "filename": "theogravity_pulumi-fusionauth-3.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c7cefc0aa6656a845c3e5c5995ff2ed9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 183158,
            "upload_time": "2023-06-28T00:06:05",
            "upload_time_iso_8601": "2023-06-28T00:06:05.493635Z",
            "url": "https://files.pythonhosted.org/packages/2a/d0/b3e82ae2f71e21d29923f5b3b26fa29458eb355de711c0304a77f4d7a5a3/theogravity_pulumi-fusionauth-3.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 00:06:05",
    "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"
}
        
Elapsed time: 0.08126s