-
## 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
When we use…
-
### Describe what happened
When attempting to use the provider, it seems like logs that are normally intercepted upstream are not in the Pulumi provider.
For example, running an up on a simple progr…
-
### What happened?
Some TF providers use go.mod replaces for certain modules. We need to manually copy these over in order to build the pulumi providers. We should have upgrade-provider automate that…
-
In the Azure DevOps provider, we've encountered an issue where the upstream provider explicitly expects values to be null.
The schema for the sub-property is defined as:
```go
vgVariable: {
T…
-
### What happened?
I wanted to "dynamic" bridge the `hashicorp/kubernetes` because I need `kubernetes_annotations` get this panic:
```bash
panic: UNKNOWN TYPE of tftypes.primitive{name:"DynamicPseud…
-
### What happened?
@ringods reports:
```
error: exit status 2:
panic: interface conversion: shim.Resource is *schemashim.schemaOnlyDataSource, not sdkv2.v2Resource
goroutine 1 [running]:
github.com…
-
Hey, I'm using the pulumi-terraform-bridge provider in my Pulumi project, and I'm looking for a way to automatically run pulumi refresh after each step, similar to how Terraform automatically refreshe…
-
### Describe what happened
The following is a script I run to populate a secret.
```.py
databricks_secret = databricks.Secret(f"{scope_name}-{secret_name}",
key=secret_name,
…
-
### Is your feature request related to a problem? Please describe.
Create a Pulumi provider for Convoy so I can specify in code what endpoints I have
-
## 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
Thanks for …