temporalio / terraform-provider-temporalcloud

Terraform provider for Temporal Cloud
Mozilla Public License 2.0
11 stars 9 forks source link

[Feature Request] Temporal Cloud Pulumi Resource Provider #100

Open robcao opened 5 months ago

robcao commented 5 months ago

Is your feature request related to a problem? Please describe.

Hello! I'm excited to see this project! My company has standardized on Pulumi, and I'd love an equivalent Pulumi package for Temporal Cloud.

Describe the solution you'd like

I would like a Pulumi resource package for Temporal Cloud, with equivalent functionality to the Terraform provider.

Additional context

I believe Pulumi supports something called bridged provider packages that can be generated from existing Terraform providers that may allow for re-use.

ennyjfrick commented 2 months ago

@robcao my org build one internally that we are planning on open sourcing in the near future fyi, I can let you know when we do so

swgillespie commented 2 months ago

We are Pulumi lovers here at Temporal (particularly me :D) so I'd love to help with this!

ennyjfrick commented 2 months ago

@swgillespie we're internally running our Pulumi provider off my TF provider fork with some changes from the upstream, specifically we have this PR in, in addition to another change that adds some guardrails around accounts similar to the allowedAccountIds config param in the Pulumi AWS provider implemented here and here. Would be great to get both of those in so we don't have to reference my fork.