-
### Describe what happened
While trying to create a new variable group in Azure DevOps I have been getting errors when running `pulumi up`.
### Sample program
```
const variableGroup = new azuredev…
-
### Describe what happened
I expect that `refresh` works well with unmanaged labels.
We should be able to run for the sample program `pulumi up --yes && pulumi refresh --yes && pulumi preview --expe…
-
When running `AWS_PROFILE=myprofile sst remove --stage dev`
```
SST ❍ ion 0.0.419 ready!
➜ App: pretest
Stage: dev
~ Removing
| Deleting WebCdn sst:aws:CDN → W…
-
### What happened?
I'm writing Pulumi stacks using C#. When explicitly defining Kubernetes providers, the calculated state depends on the `KUBECONFIG` environment variable. If the variable is set, Pu…
-
### What happened?
There's various key formats that AWS lists as usable for `key_usage=ENCRYPT_DECRYPT`, including asymmetric RSA keys, such as `key_spec=RSA_4096`. however, when trying to use a key …
-
For the following combinations:
- provider-sdk: sdkv2, pf
- property-type: string, number, bool, list, object
## Check that first-class secrets work as expected in resources.
### Create with secret…
t0yv0 updated
3 weeks ago
-
### What happened?
# Description
When executing a python program on Windows 11 with uv package manager, any error returned by a provider will cause pulumi to hang. Killing the python process allows t…
-
### Describe what happened
I've got a Network configuration like this:
```
networks[definitions.STAGE_DEV] = hcloud.Network(definitions.STAGE_DEV,
ip_range="10.10.1.0/24"…
-
### Describe what happened
6.x versions of the provider now require setting an explicit `subscriptionId` configuration. However, if I don't set it, I get the following error
```
error: 1 error occur…
-
### What happened?
It is not possible to import a Resource that is provided by a Dynamic Resource Provider written with the Pulumi Python SDK due to the following error: `Exception calling applicat…