-
Hey guys,
I created a sample project for gcp serverless apps [here](https://github.com/s-dschro/gcp-serverless).
The data flow is as follows:
lb (dns-name, ssl-cert, etc.) => backend-service =>…
-
### What happened?
I get an `Unresolved type RouterNatSubnetworkArray` when trying to set `compute.RouterNatArgs.Subnetworks` in `github.com/pulumi/pulumi-gcp/sdk/v6/go/gcp/compute`.
### Exp…
-
### What happened?
When a config value is declared, and a default is passed, it's changing the type of the value to string.
On `pulumi up`:
```
warning: Failed to get information about the pl…
-
-
### What happened?
Rules removed from a security policy definition are not removed in reality.
Say, I have rule1 attached to a securty policy S1. Later on, I replace rule1 with rule2. When I check…
-
### Current Terraform Version
```
Terraform v1.1.5
```
### Use-cases
Imagine you have some text files placed in a given S3 bucket by an external process.
You can reference those files using a …
-
## Workflow Failure
[Update bridge, ecosystem providers](https://github.com/pulumi/ci-mgmt/blob/master/.github/workflows/update-bridge-ecosystem-providers.yml) has failed. See the list of failures …
-
I pass Pulumi config overrides as additional arguments. Unfortunately I'm not able to use environment variables in those arguments.
The workaround is to use the github actions templating syntax (e…
-
### What happened?
I am encountering multiple conflicting configuration errors when attempting to import an existing GKE cluster into Pulumi using the pulumi `{ import: "zone/clusterName" }` flag on …
-
* following https://kubernetes.io/docs/tutorials/stateless-application/guestbook/ as reference
* just to have fun and maybe expose the service via an Ingress Route for traefik v2 in k3s, and my gravi…