Google Cloud Classic v8.3.1 published on Wednesday, Sep 25, 2024 by Pulumi
GCP Instance
Create a GCP instance using Pulumi + Go.
Running the App
Create a new stack:
$ pulumi stack init gcp-instance
Configure the project:
$ pulumi config set gcp:project YOURGOOGLECLOUDPROJECT $ pulumi config set gcp:zone us-central1-a
Run
pulumi up
to preview and deploy changes:$ pulumi up Previewing update (gcp-instance): ... Updating (gcp-instance): Type Name Status + pulumi:pulumi:Stack gcp-instance created + └─ gcp:compute:Instance instance created Outputs: instanceName: "instance-6beb431" Resources: + 2 created Duration: 23s
Cleanup
$ pulumi destroy $ pulumi stack rm