-
Even with https://github.com/pulumi/pulumi-terraform-bridge/pull/2336, some providers fail with "missing package prefix". We may or may not want to do anything to try to make these work, but capturing…
-
https://upstash.com/docs/redis/quickstarts/ion
```ts
import * as upstash from '@upstash/pulumi'
const upstashProvider = new upstash.Provider(
'Upstash',
{
apiKey: process.env.UPSTASH…
-
### What happened?
I want to create a serverless NEG with the compute.RegionNetworkEndpointGroup resource (NodeJS SDK) and get the following error:
"Error creating RegionNetworkEndpointGroup: go…
-
### What happened?
A community member attempted to fix a nonsensical string in a resource doc: https://www.pulumi.com/registry/packages/databricks/api-docs/mwsworkspaces/#creating-a-databricks-on-aws…
-
### What happened?
```
oci:ObjectStorage:Bucket (public):
error: Preview failed: refreshing urn:pulumi:oci-typescript::oci-typescript::oci:ObjectStorage/bucket:Bucket::public: 1 error occurred:…
-
[Output Server.id](https://www.pulumi.com/docs/reference/pkg/hcloud/server/#outputs) returns a string but [Input Rdns.serverId](https://www.pulumi.com/docs/reference/pkg/hcloud/rdns/#inputs) expects…
-
Hi,
Firstly - thanks a lot for this provider, awesome stuff.
I'm testing with provisioning an RKE cluster on EC2 instances via the use of the following objects:
`rancher2.NewCloudCredential`
…
-
**Describe the bug**
I am trying to create a Provider for AzAPI using Pulumi Typescript SDK. I run into the following error when I try to create one with the following args:
- `clientId`
- `clientS…
-
**Why is this needed**:
As Infrastructure as Code (IaC) practices gain traction, tools like Pulumi are at the forefront, offering developers the ability to manage infrastructure using familiar prog…
-
Hello,
I have followed the example from Pulumi Documentation (https://www.pulumi.com/docs/reference/pkg/hcloud/networksubnet/) but it looks like that the `hcloud.NewNetworkSubnet` doesn't gets the …