-
### What happened?
When I am converting an GCP terraform project to Pulumi Typescript, then the initial line to import the gcp packages is not correct.
In correct form, it should be
`import * as g…
-
### What happened?
When using the following `TunnelConfig`:
```
new TunnelConfig(
`${kubectlTunnelName}-config`,
{
accountId: accountId,
tunnelId: this.kubectlTunnel…
-
## Steps to reproduce
1.
Create new Google Cloud project and deploy this Pulumi code. It works ok.
```
import pulumi
import pulumi_gcp as gcp
region= "us-central1"
# Cloud Run…
-
### What happened?
While using our [doc examples](https://www.pulumi.com/registry/packages/gcp/api-docs/compute/backendservice/), it seems like there's a data type discrepancy for the `healthChecks` …
-
I'm using TypeScript.
`kms.CryptoKey` resources can't be created. It looks like URL generation is the issue; see below and note
`/v1/REDACTED-abcabc/cryptoKeys?alt=json&cryptoKeyId=REDACTED-…
-
### What happened?
I am trying to setup a `gcp.cloudrun.Service` with the following `ignoreChanges`:
```js
{
ignoreChanges: ["template.spec.containers[0].image"],
},
```
When I try to upd…
-
```
pulumi v1.8.1
pulumi-gcp v2.2.0 (but I've seen it with every version I used - all the way to 1.6.0)
```
1. Working stack with compute instances
2. `pulumi refresh`
3. `pulumi up`:
```
er…
-
```
pulumi v1.8.1
pulumi-gcp v2.2.0 (but I've seen it for a couple releases now)
```
```
~ gcp:compute/regionBackendService:RegionBackendService: (update)
[id=]
…
-
We currently run a zapier job connection to an AWS Lambda to kickstart our automation on bridged provider upgrades.
If this job fails, nothing else happens, and we receive no notifications on new p…
-
## Summary
This feature adds the option to encrypt local state files, remote state, and plan files. Encryption is off-by-default.
Partial encryption, when enabled, only encrypts values marked as s…