@satoricyber/pulumi-satori
v0.0.5
Published
A Pulumi package for creating and managing satori cloud resources.
Downloads
14
Readme
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 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
Reference
For detailed reference documentation, please visit the Pulumi registry.