1.0.4 • Published 1 year ago

@symbiosis-cloud/symbiosis-pulumi v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Symbiosis Resource Provider

The Symbiosis Resource Provider lets you manage Symbiosis resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

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

npm install @symbiosis-cloud/symbiosis-pulumi

or yarn:

yarn add @symbiosis-cloud/symbiosis-pulumi

Python

To use from Python, install using pip:

pip install symbiosis-pulumi

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/symbiosis-cloud/pulumi-symbiosis/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package Symbiosis.Pulumi.Symbiosis

Configuration

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.

Reference

For detailed reference documentation, please visit the Pulumi registry.

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago