-
Notifications
You must be signed in to change notification settings - Fork 4
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
Trouble converting Terraform to Pulumi with the Helm provider #58
Comments
@mplewis That's correct that there's no corresponding bridged Makes sense that the error message could be clearer here in terms of plugin availability vs. not having a plugin installed. |
A customer is trying to convert (
They get something like
and the process seemingly succeeds but the resulting Python file is almost empty (just module imports). The modules are almost entirely based on the Related to pulumi/pulumi-kubernetes#2744 If converting to our |
This is still an issue with the improved Terraform import tooling in v3.145.0.
|
Problem description
Hello, I am using the following guide to convert my Terraform stack to Pulumi:
https://www.pulumi.com/docs/guides/adopting/from_terraform/
I am having trouble with the following step:
I see the following output when I run this command:
I believe the issue is there is no Helm plugin to correspond with the Helm Terraform provider in my TF stack:
Affected product version(s)
Suggestions for a fix
I think that for now, my resolution is to comment the Helm provider and resources out, then try to manually resolve this by converting these resources into Pulumi kubernetes/helm/v3.
This error message seems a bit misleading in that there is no Helm plugin available, so it would be nice if it could give me a bit more context on what I should do here.
Long-term, it would be nice to support automatic migration from the official Hashicorp Helm provider into Pulumi kubernetes/helm/v3.
The text was updated successfully, but these errors were encountered: