Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.53 KB

README-PROVIDER.md

File metadata and controls

60 lines (37 loc) · 1.53 KB

Satori Pulumi Provider

The Satori Resource Provider lets you manage Satori resources.

Installing

This package is currently available only for Javascript / Typescript:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @satoricyber/pulumi-satori

or yarn:

yarn add @satoricyber/pulumi-satori

Configuration

The following configuration points are available for the satori provider:

  • satori:satoriAccount (environment: SATORI_ACCOUNT_ID) - the Satori account ID to manage configuration for.
  • satori:serviceAccount (environment: SATORI_SA) - the service account identifier for Satori
  • satori:serviceAccountKey (environment: SATORI_SA_KEY) - the service account key for Satori
  • satori:url (environment: SATORI_URL) - the base URL for the Satori API
  • satori:verifyTls (environment: SATORI_VERIFY_TLS) - whether to verify the TLS connection to Satori

Reference

For detailed reference documentation, please visit the Pulumi registry.