pierskarsenbarg-pulumi-sdm


Namepierskarsenbarg-pulumi-sdm JSON
Version 1.23.0 PyPI version JSON
download
home_pagehttps://github.com/pierskarsenbarg/pulumi-sdm
SummaryA Pulumi package for creating and managing StrongDM cloud resources.
upload_time2024-12-16 09:07:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi sdm category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # StrongDM Resource Provider

The StrongDM Resource Provider lets you manage [StrongDM](http://strongdm.com) resources.

## 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 @pierskarsenbarg/sdm
```

or `yarn`:

```bash
yarn add @pierskarsenbarg/sdm
```

### Python

To use from Python, install using `pip`:

```bash
pip install pierskarsenbarg-pulumi-sdm
```

### Go

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

```bash
go get github.com/pierskarsenbarg/pulumi-sdm/sdk/go/...
```

### .NET

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

```bash
dotnet add package PiersKarsenbarg.Sdm
```

## Configuration

The following configuration points are available for the `sdm` provider:

- `sdm:apiAccessKey` (environment: `SDM_API_ACCESS_KEY`) - the API key for `Strong DM`
- `sdm:apiSecretKey` (environment: `SDM_API_SECRET_KEY`) - the corresponding secret key for the above API key

## Todo

* Add Java language support
* Add YAML language support

<!-- ## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). -->

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pierskarsenbarg/pulumi-sdm",
    "name": "pierskarsenbarg-pulumi-sdm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi sdm category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b3/19/c44a4893368dd71c957cc869295afc6908f03e41ab1bfd9b581f0d5fd76f/pierskarsenbarg_pulumi_sdm-1.23.0.tar.gz",
    "platform": null,
    "description": "# StrongDM Resource Provider\n\nThe StrongDM Resource Provider lets you manage [StrongDM](http://strongdm.com) resources.\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 @pierskarsenbarg/sdm\n```\n\nor `yarn`:\n\n```bash\nyarn add @pierskarsenbarg/sdm\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pierskarsenbarg-pulumi-sdm\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/pierskarsenbarg/pulumi-sdm/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package PiersKarsenbarg.Sdm\n```\n\n## Configuration\n\nThe following configuration points are available for the `sdm` provider:\n\n- `sdm:apiAccessKey` (environment: `SDM_API_ACCESS_KEY`) - the API key for `Strong DM`\n- `sdm:apiSecretKey` (environment: `SDM_API_SECRET_KEY`) - the corresponding secret key for the above API key\n\n## Todo\n\n* Add Java language support\n* Add YAML language support\n\n<!-- ## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/foo/api-docs/). -->\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing StrongDM cloud resources.",
    "version": "1.23.0",
    "project_urls": {
        "Homepage": "https://github.com/pierskarsenbarg/pulumi-sdm",
        "Repository": "https://github.com/pierskarsenbarg/pulumi-sdm"
    },
    "split_keywords": [
        "pulumi",
        "sdm",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b319c44a4893368dd71c957cc869295afc6908f03e41ab1bfd9b581f0d5fd76f",
                "md5": "c4bf615cd4cf564c487d01e46f9a9f34",
                "sha256": "286306c54d8697d031ef755acbf9b3089c6af75c4051732ab4a7b437787377ee"
            },
            "downloads": -1,
            "filename": "pierskarsenbarg_pulumi_sdm-1.23.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c4bf615cd4cf564c487d01e46f9a9f34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 164439,
            "upload_time": "2024-12-16T09:07:12",
            "upload_time_iso_8601": "2024-12-16T09:07:12.349948Z",
            "url": "https://files.pythonhosted.org/packages/b3/19/c44a4893368dd71c957cc869295afc6908f03e41ab1bfd9b581f0d5fd76f/pierskarsenbarg_pulumi_sdm-1.23.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 09:07:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pierskarsenbarg",
    "github_project": "pulumi-sdm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pierskarsenbarg-pulumi-sdm"
}
        
Elapsed time: 0.39353s