-
A list of issues to fix before releasing v7 (mostly because they are breaking changes and a new major version allows us the opportunity):
- [ ] https://github.com/pulumi/pulumi-gcp/issues/811 (be s…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
…
-
## Affected feature
The default runtime for `gcp.cloudfunctions.CallbackFunction` is `nodejs8`, which is deprecated per https://cloud.google.com/functions/docs/concepts/exec#runtimes.
![image](h…
-
Cloud SQL (PostgreSQL) instance created with `diskAutoresize: true` and empty `diskSize` will fail to update if autoresize has increased storage size beyond the default 10 GB, even if `ignoreChanges: …
-
when running `pulumi new gcp-go` I ran into the error
```
Installing dependencies...
-> unzip /home/alexandra/go/pkg/mod/cache/download/github.com/pulumi/pulumi-gcp/sdk/v4/@v/v4.0.0.zip: open /…
-
when pulumi runs with preconfigured credentials GOOGLE_CREDENTIALS, these are leaked (not marked as a secret) when provider is instantiated explicitly:
```
new gcp.Provider("neteng", {
pr…
-
### Problem description
The example at https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gcp/compute/#example-usage-router-nat-basic is not correct based on the Node SDK - specifically, the e…
-
### What happened?
Per https://github.com/pulumi/gcp-account-cleanup/issues/21 these are auto-cleaned up but the test is still creating instances:
```
[
{
"name": "test-regression-794-069…
-
The types let me do this:
```ts
new gcp.appengine.Application('dummy', {
locationId: 'us-central',
servingStatus: 'USER_DISABLED',
});
```
But then I get this error:
```
gcp:a…
-
### What happened?
We have some helm charts that we use with pulumi.
When trying to install the releases to our GKE cluster, we sometimes (non-reliably) receive the `the server could not find the …