@pierskarsenbarg/sdm
v1.33.0
Published
A Pulumi package for creating and managing StrongDM cloud resources.
Downloads
1,459
Maintainers
Readme
StrongDM Resource Provider
The StrongDM Resource Provider lets you manage StrongDM 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:
npm install @pierskarsenbarg/sdmor yarn:
yarn add @pierskarsenbarg/sdmPython
To use from Python, install using pip:
pip install pierskarsenbarg-pulumi-sdmGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pierskarsenbarg/pulumi-sdm/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package PiersKarsenbarg.SdmConfiguration
The following configuration points are available for the sdm provider:
sdm:apiAccessKey(environment:SDM_API_ACCESS_KEY) - the API key forStrong DMsdm:apiSecretKey(environment:SDM_API_SECRET_KEY) - the corresponding secret key for the above API key
Todo
- Add Java language support
- Add YAML language support
