StrongDM v1.21.0 published on Monday, Nov 4, 2024 by Piers Karsenbarg
StrongDM: Installation & Configuration
Installation
The Pulumi StrongDM provider is available as a package from the following repositories:
- JavaScript/TypeScript: 
@pierskarsenbarg/sdm - Python: 
pierskarsenbarg-pulumi-sdm - Go: 
github.com/pierskarsenbarg/pulumi-sdm/sdk/go/sdm - .NET: 
PiersKarsenbarg.Sdm 
Setup
To provision resources with the Pulumi StrongDM provider, you need to provide the apiAccessKey and apiSecretKey.
Configuration Options
Use pulumi config set sdm:<option> --secret.
| Option | Required/Optional | Description | 
|---|---|---|
apiAccessKey | Required | This is the user id that should be used to make the connection (environment: SDM_API_ACCESS_KEY). | 
apiSecretKey | Required | This is the password that should be used to make the connection (environment: SDM_API_SECRET_KEY). | 
You should use the 
--secret flag to encrypt the config values using your secret provider. For more information on this, view the Pulumi Configuration Secrets section in the Pulumi docs.