pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.36k stars 877 forks source link

Missing "location" property when calling Bucket in gcp-ts-serverless-raw example #1462

Open g-wozniak opened 1 year ago

g-wozniak commented 1 year ago

In version @pulumi/gcp - 6.59.0, the Bucket constructor requires arguments and location property is required. Type file: @pulumi/gcp/storage/bucket.d.ts

Link to the code example with the issue