gcp-python
A minimal Google Cloud Python Pulumi program
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new gcp-pythonConfiguration
The template prompts for these values duringpulumi new.| Key | Description | Default |
|---|---|---|
| gcp:project | The Google Cloud project to deploy into | — |
pulumi config set:pulumi config set gcp:project <value>Deploying the project
Once the new project is created and configured, you can deploy it withpulumi up:pulumi up