rediscloud-python
A minimal RedisCloud Python Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new rediscloud-pythonConfiguration
The template prompts for these values duringpulumi 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:apiKeysecret | RedisCloud access key | — |
| rediscloud:secretKeysecret | RedisCloud secret key | — |