aiven-python
A minimal Aiven Python Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new aiven-pythonConfiguration
The template prompts for these values duringpulumi new; adjust them any time with pulumi config set.| Key | Description | Default |
|---|---|---|
| projectName | Aiven project name | — |
| cloudName | Choice of cloud provider and region | google-europe-west1 |
| planName | An Aiven plan to choose compute, storage, and other features | business-4 |
| serviceName | The name of this Aiven service | kafka-gcp-eu |