Infrastructure as code: using Pulumi to provision and bootstrap a GCP instance

Grig Gheorghiu
ITNEXT
Published in
7 min readNov 21, 2019

--

This post will show you how to use Pulumi as the infrastructure-as-code tooling for provisioning an instance in the Google Cloud Platform. I will use Python for the Pulumi code examples. I ran the examples below on MacOS.

I used brew to install the pulumi CLI:

$ brew install pulumi

--

--

DevOps, cloud computing, Python and Golang programming, data science, automated testing.