philjhale / pulumi-gcp

Pulumi playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pulumi-gcp

Pulumi playground

Prerequisites

  • Mac
  • Pulumi brew install pulumi
  • A Pulumi account
  • .NET Core 3.0 or later
  • gcloud CLI brew cask install google-cloud-sdk
  • GCP project

Configuration

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

Notes

  • There doesn't seem to be a way of enabling GCP APIs using Pulumi. Therefore you have to do this manually

Links

About

Pulumi playground


Languages

Language:C# 95.8%Language:Python 4.2%