You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: