The eventstorecloud provider allows you to manage resources in Kurrent Cloud.
This package is available in many languages in the standard packaging formats.
For projects that use .NET and Go Pulumi SDK you have to install the provider before trying to update the stack.
Use the following command to add the plugin to your environment:
pulumi plugin install resource eventstorecloud --server github://api.github.com/kurrent-ioThe following configuration options are required for the eventstorecloud provider:
eventstorecloud:organizationId- the organization ID for an existing organization in Event Store Cloudeventstorecloud:token- a valid refresh token for an Event Store Cloud account with admin access to the organization
Alternatively, these values can be set via the ESC_ORG_ID and ESC_TOKEN environment variables.
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @eventstore/pulumi-eventstorecloudor yarn:
yarn add @eventstore/pulumi-eventstorecloudTo use from Go, use go get to grab the latest version of the library
go get github.com/EventStore/pulumi-eventstorecloud/sdk/go/eventstorecloudTo use from .NET, install using dotnet add package:
dotnet add package Pulumi.EventStoreCloud[WIP]
For detailed reference documentation, please visit the Pulumi registry.