CrowdStrike v0.0.7 published on Tuesday, Jan 14, 2025 by CrowdStrike
CrowdStrike: Installation & Configuration
Installation
The Pulumi CrowdStrike provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@crowdstrike/pulumi
- Python:
crowdstrike_pulumi
- Go:
github.com/crowdstrike/pulumi-crowdstrike/sdk/go/crowdstrike
Environment Variables
The following configuration environment variables are required for the CrowdStrike
provider:
- CROWDSTRIKE_FALCON_CLIENT_ID - the user generated client id for the
CrowdStrike
provider - CROWDSTRIKE_FALCON_CLIENT_SECRET - the user generated client secret for the
CrowdStrike
provider
Provider Binary
The CrowdStrike provider binary is a third party binary. It can be installed using the pulumi plugin
command.
pulumi plugin install resource crowdstrike <version>
Replace the version string <version>
with your desired version.