@pierskarsenbarg/sdm
v1.21.0
Published
A Pulumi package for creating and managing StrongDM cloud resources.
Downloads
727
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/sdm
or yarn
:
yarn add @pierskarsenbarg/sdm
Python
To use from Python, install using pip
:
pip install pierskarsenbarg-pulumi-sdm
Go
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.Sdm
Configuration
The following configuration points are available for the sdm
provider:
sdm:apiAccessKey
(environment:SDM_API_ACCESS_KEY
) - the API key forStrong 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