---
title: "rediscloud-python"
description: "A minimal RedisCloud Python Pulumi program"
url: "https://www.pulumi.com/dev/templates/rediscloud-python/"
image: "https://www.pulumi.com/assets/og/dev/templates/rediscloud-python.png"
---

# rediscloud-python

A minimal RedisCloud Python Pulumi program

## Get started

Create a new project from this template with the Pulumi CLI:

```bash
mkdir my-project && cd my-project
pulumi new rediscloud-python
```

## Configuration

The template prompts for these values during `pulumi new`; adjust them any time with `pulumi config set`.

| Key | Description | Default |
| --- | --- | --- |
| `cardType` | Credit card type (Visa, Mastercard) of the card on file with Rediscloud | — |
| `lastFourNumbers` | Last four numbers of the card on file with RedisCloud | — |
| `rediscloud:apiKey` (secret) | RedisCloud access key | — |
| `rediscloud:secretKey` (secret) | RedisCloud secret key | — |

## Links

- Deploy with Pulumi: https://app.pulumi.com/new?template=https%3A%2F%2Fgithub.com%2Fpulumi%2Ftemplates%2Ftree%2Fmaster%2Frediscloud-python
- Source on GitHub: https://github.com/pulumi/templates/tree/master/rediscloud-python
