Symbiosis: Installation & Configuration

Installation

The Symbiosis provider is available as a package in all Pulumi languages:

Setup

To provision resources with the Pulumi Symbiosis provider, you need to have an API key from Symbiosis. You can generate this in the api keys tab in the Symbiosis console.

Configuration Options

Use pulumi config set <option> (--secret) <value>.

The following configuration points are available for the symbiosis provider:

  • symbiosis:apiKey (environment: SYMBIOSIS_API_KEY) - The ApiKey used to authenticate requests towards Symbiosis.
  • symbiosis:endpoint (environment: SYMBIOSIS_ENDPOINT) - Endpoint for reaching the symbiosis API. Used for debugging or when accessed through a proxy.