pierskarsenbarg-pulumi-sdm


Namepierskarsenbarg-pulumi-sdm JSON
Version 1.12.0 PyPI version JSON
download
home_pagehttps://github.com/pierskarsenbarg/pulumi-sdm
SummaryA Pulumi package for creating and managing StrongDM cloud resources.
upload_time2024-04-28 13:45:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.8",
    "maintainer_email": null,
    "keywords": "pulumi sdm category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/59/a8/9b1bf3ee129909a3b618efff678e31fbc2501fc56a4931f92b3ff394f323/pierskarsenbarg_pulumi_sdm-1.12.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.12.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": "59a89b1bf3ee129909a3b618efff678e31fbc2501fc56a4931f92b3ff394f323",
                "md5": "39182b0065235cb35f2d6eedefeaaf7e",
                "sha256": "51ca8fcac8a198075f72d62702ea5b0ae903915accf1dbaa9d5bf26180e69baa"
            },
            "downloads": -1,
            "filename": "pierskarsenbarg_pulumi_sdm-1.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "39182b0065235cb35f2d6eedefeaaf7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 137568,
            "upload_time": "2024-04-28T13:45:46",
            "upload_time_iso_8601": "2024-04-28T13:45:46.023190Z",
            "url": "https://files.pythonhosted.org/packages/59/a8/9b1bf3ee129909a3b618efff678e31fbc2501fc56a4931f92b3ff394f323/pierskarsenbarg_pulumi_sdm-1.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 13:45:46",
    "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.24338s