Symbiosis v1.0.4 published on Thursday, Mar 16, 2023 by Symbiosis
Symbiosis: Installation & Configuration
Installation
The Symbiosis provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@symbiosis-cloud/symbiosis-pulumi
- Python:
symbiosis-pulumi
- Go:
github.com/symbiosis-cloud/pulumi-symbiosis/sdk/go/symbiosis
- .NET:
Symbiosis.Pulumi.Symbiosis
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.