ovh-python
A minimal OVHcloud Python Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new ovh-pythonConfiguration
The template prompts for these values duringpulumi new; adjust them any time with pulumi config set.| Key | Description | Default |
|---|---|---|
| ovhServiceName | The OVHcloud Public Cloud Project to deploy into | — |
| ovhRegion | The OVHcloud region to deploy into | GRA |
| planName | Name of the plan | SMALL |
| registryName | Name of the private registry | my-registry |
| registryUserName | Name of the user | user |
| registryUserEmail | Email of the user | myuser@ovh.com |
| registryUserLogin | Login of the user | myuser |