-
With this program:
```
import * as aws from "@pulumi/aws";
import * as kubernetes from "@pulumi/kubernetes";
console.log(aws);
console.log(kubernetes);
```
Serializing logs makes the prog…
t0yv0 updated
4 weeks ago
-
Our .NET support makes it easy for users to hit failures that it'd be nice if were able to handle better.
One common situation happens when a new version of .NET is released. .NET 8 was recently re…
-
https://github.com/Nerkho/helm-charts/tree/main/charts/bluesky-pds
-
Docs like https://www.pulumi.com/docs/concepts/resources/dynamic-providers/#example-github-labels-rest-api use an approach to manage secrets with dynamic providers which doesn't work well in practice.…
-
### What happened?
The following invalid typescript code is produced (Stripped the other invalid generated code as the error is always the same).
```typescript
export interface KafkaConnectSpecJ…
-
### Problem description
I've run into some trouble managing [SealedSecrets](https://github.com/bitnami-labs/sealed-secrets#sealed-secrets-for-kubernetes) with Pulumi. This is a dump of that issue.
…
-
## 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
Som…
-
### What happened?
Other providers include a `pulumi import` section for each resource.
The vSphere docs are missing this.
It's not intuitively obvious what the resource type is (appears to be of…
-
### Describe what happened
It appears that deleting an aws.ec2.Vpc resource can take a long time if this resource was tied to an IPAM pool.
This behavior is inherited from upstream. IN https://githu…
t0yv0 updated
3 months ago
-
### What happened?
I' d like to see changes for secret properties.
### Example
I have created a dummy dynamic provider in python:
```python
import os
from pulumi import Output
from pulu…