Pulumi playground
- Mac
- Pulumi
brew install pulumi
- A Pulumi account
- .NET Core 3.0 or later
- gcloud CLI
brew cask install google-cloud-sdk
- GCP project
Log in to your Google account and set the project.
Set a default region.
pulumi config set gcp:region europe-west1
Deploy all the things.
cd [some-folder]
pulumi up
- There doesn't seem to be a way of enabling GCP APIs using Pulumi. Therefore you have to do this manually