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.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @rediscloud/pulumi-rediscloudor yarn:
yarn add @rediscloud/pulumi-rediscloudTo use from Python, install using pip:
pip install pulumi_rediscloudTo use from Go, use go get to grab the latest version of the library:
go get github.com/RedisLabs/pulumi-rediscloud/sdk/go/...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.
For detailed reference documentation, please visit the Pulumi registry.