The Satori Resource Provider lets you manage Satori resources.
This package is currently available only for 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
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 Satorisatori:serviceAccountKey
(environment:SATORI_SA_KEY
) - the service account key for Satorisatori:url
(environment:SATORI_URL
) - the base URL for the Satori APIsatori:verifyTls
(environment:SATORI_VERIFY_TLS
) - whether to verify the TLS connection to Satori
For detailed reference documentation, please visit the Pulumi registry.