pierskarsenbarg-pulumi-sdm


Namepierskarsenbarg-pulumi-sdm JSON
Version 1.26.0 PyPI version JSON
download
home_pagehttps://github.com/pierskarsenbarg/pulumi-sdm
SummaryA Pulumi package for creating and managing StrongDM cloud resources.
upload_time2025-03-21 11:43:38
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/35/a2/38c4c7e68af1e2e3e1c82e40c00db264a27d293d843b30115cb3879a91d7/pierskarsenbarg_pulumi_sdm-1.26.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.26.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": null,
            "digests": {
                "blake2b_256": "35a238c4c7e68af1e2e3e1c82e40c00db264a27d293d843b30115cb3879a91d7",
                "md5": "b6b9350c1055e41532d829aee73ec34d",
                "sha256": "07db85f59f49d086a00b8e93b0897b1d429d93b8cfe855124a7efeba56f4cef6"
            },
            "downloads": -1,
            "filename": "pierskarsenbarg_pulumi_sdm-1.26.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b6b9350c1055e41532d829aee73ec34d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 174994,
            "upload_time": "2025-03-21T11:43:38",
            "upload_time_iso_8601": "2025-03-21T11:43:38.143795Z",
            "url": "https://files.pythonhosted.org/packages/35/a2/38c4c7e68af1e2e3e1c82e40c00db264a27d293d843b30115cb3879a91d7/pierskarsenbarg_pulumi_sdm-1.26.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-21 11:43:38",
    "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.42606s