-
### What happened?
Hi there.
After doing a `pulumi stack rename prod` I'm starting to get panics when running `pulumi up`.
```
Diagnostics:
pulumi:pulumi:Stack (myorg-infrastructure-prod)…
-
### What happened?
I have a Cloud Run service set up in `us-central` (`gcp:region` is set to this in the stack's definition file and exposed through `gcpConfig.require("region")`, which I can access …
-
### What happened?
Pulumi import command errors on gcp resources. Although the project I was working on contains many more gcp and k8s resources, I only included a few of the gcp resources I'm concer…
-
### What happened?
I am building a simple hello world function app, everything works. I add a component for ApplicationInsight and a plan is made but it fails to create the resource with error
```
…
-
A index for firestore can easily be created by using:
```
const backupIndex = new gcp.firestore.Index(
"index",
{
collection: "mycollection",
fields: [
…
-
### What happened?
We have set up mocks for our testing.
After introducing `deletedWith` options for some resources, we get this error:
```
Error: The Pulumi CLI does not support the DeletedWith…
-
### What happened?
When applying an Eventarc Trigger to an existing Workflow I get the error below.
The issue is the Eventarc Service Agent is not available as observed by looking at the IAM pag…
-
### What happened?
The `TestAccBucket` has high failure rates while occasionally passing.
The test creates a Cloud Storage bucket and 4 CloudFunctions to listen to the bucket. We get the following…
-
### What happened?
I'd like an eventarc trigger based on a specific file pattern in google cloud storage. This is done via --event-filters-path-pattern in google cloud documentation.
See the slack…
-
I am trying to create a template & group manager based on the documentation [here](https://www.pulumi.com/docs/reference/pkg/gcp/compute/instancetemplate/):
## Steps to reproduce
```typescript
im…