-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulumi Support #14584
Comments
I managed to fix the issues related to gravitational/teleport-plugins#577 on a fork However, the terraform provider uses the terraform plugin framework, which is not currently supported for Pulumi providers. |
Is there an issue we can track from Pulumi side? |
pulumi/pulumi-terraform-bridge#590 is marked as completed now. Hopefully that means we should be able to bridge this now. |
@gunzy83 not until the teleport plugins get updated past the current framework provider (currently it's 0.10.x, needs to be 1.x) |
Thanks for the info @jaxxstorm. I only just started looking a bridging a provider in my spare time so relatively new to this. |
I have a WIP provider here: https://github.com/lbrlabs/pulumi-teleport |
Really excited to see that, @jaxxstorm! ❤️ (We're big fans of your Grafana provider at @MaterializeInc, too.) |
Blocked by #42445 |
What?
Enable Pulumi users to easily deploy and configure Teleport.
Why?
Many organizations use Pulumi as an alternative to Terraform for managing their entire infrastructure as code. Creating some resources and examples for those teams would help them adopt Teleport in a way that's consistent with their long-term infrastructure plans.
Current workaround:
Teleport's Terraform resources can be translated through Pulumi's Terraform converter.
The text was updated successfully, but these errors were encountered: