@impart-security/pulumi-impart
v0.10.0
Published
A Pulumi package for creating and managing Impart resources.
Downloads
230
Readme
Impart Resource Provider
The Impart Resource Provider lets you configure and manage Impart resources.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @impart-security/pulumi-impartor yarn:
$ yarn add @impart-security/pulumi-impartGo
To use from Go, use go get to fetch the latest version of the library
$ go get github.com/impart-security/pulumi-impart/sdk/go/impartConfiguration
- Login to https://console.impartsecurity.net. Under the
Managesection clickSettings => Access Tokens => New API access token. Select the scoperead:org_api_access_tokensalong with scopes for resources that will be managed by Pulumi. - Set environment variable
IMPART_TOKENor specify atokenargument as part of provider configuration in the code
