-
### What happened?
Multiple resources in this provider here have a deletionProtection flag that by default locks them in and prevents them from being deleted. When you want to delete such a resource,…
-
### What happened?
There are incorrect migration or replace plans (example: pulumi/pulumi-gcp#1488) where Pulumi
bridged providers differ from canonical TF behavior in what gets passed as RawState t…
-
### Describe what happened
When running `pulumi up` or `preview` for a program that includes a pagerduty WebhookSubscription resource with a list of events specified (https://www.pulumi.com/registry/…
-
### What happened?
`helmv4` allows to download helm charts from private OCI registries by specifying username and password:
```go
args := &helmv4.ChartArgs{
Chart: pulumi.String("oci://myregistry.c…
-
This was asked in community slack.
I believe there is not currently. All resources are parented to the `StackComponent`, but that resource is constructed automatically without the end user being a…
-
We currently create a new `$PULUMI_HOME` directory for each integration test
https://github.com/pulumi/pulumi/blob/ab04c7c0bd1d58bed121b3cb3966d460bad94fd8/pkg/testing/integration/program.go#L886-L90…
-
### Describe what happened
I'm trying to set up PagerDuty using the provider and trying to authenticate using oAuth app clientID + secret + subdomain. Unfortunately when I try doing so I get the fo…
-
On this page: https://www.pulumi.com/registry/packages/gcp/api-docs/provider/
Many of the input fields are missing documentation descriptions that are present in the terraform docs about provider co…
-
# Context
Providers to push logs to pulumi to show as output as the components are being installed.
# Outcome
- [ ] Users should see any stdout/stderror logs from ssh commands svmkit runs on a box
…
-
### What happened?
I'm trying to use @pulumi/docker-build provider to build this Dockerfile:
```
# syntax=docker.io/docker/dockerfile:1.7-labs
FROM public.ecr.aws/docker/library/node:22-alpine AS ba…