@rediscloud/pulumi-rediscloud
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Redis Cloud Resource Provider

The Redis Cloud Resource Provider lets you manage Redis Cloud resources. The provider is used to interact with the resources supported by Redis Enterprise Cloud. Please note that the provider is available only for Flexible or Annual subscriptions. It is not supported for Fixed or Free subscriptions.

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 @rediscloud/pulumi-rediscloud

or yarn:

yarn add @rediscloud/pulumi-rediscloud

Python

To use from Python, install using pip:

pip install pulumi_rediscloud

Go

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

go get github.com/RedisLabs/pulumi-rediscloud/sdk/go/...

Configuration

The following configuration points are available for the rediscloud provider:

  • apiKey (environment: REDISCLOUD_ACCESS_KEY) - This is the Redis Enterprise Cloud API account key. It must be provided but can also be set by the environment variable.
  • secretKey (environment: REDISCLOUD_SECRET_KEY) - This is the Redis Enterprise Cloud API secret key. It must be provided but can also be set by the environment variable.

Reference

For detailed reference documentation, please visit the Pulumi registry.

Package Sidebar

Install

npm i @rediscloud/pulumi-rediscloud

Weekly Downloads

147

Version

1.1.3

License

Apache-2.0

Unpacked Size

333 kB

Total Files

94

Last publish

Collaborators

  • rediscloud