Skip to main content

gcp-python

A minimal Google Cloud Python Pulumi program

Get started

Create a new project from this template with the Pulumi CLI:
Terminal window
mkdir my-project && cd my-project
pulumi new gcp-python

Configuration

The template prompts for these values during pulumi new.
KeyDescriptionDefault
gcp:projectThe Google Cloud project to deploy into
You can change these values later with pulumi config set:
Terminal window
pulumi config set gcp:project <value>

Deploying the project

Once the new project is created and configured, you can deploy it with pulumi up:
Terminal window
pulumi up

Related

The infrastructure as code platform for any cloud.