-
Notifications
You must be signed in to change notification settings - Fork 17
Labels
kind/enhancementImprovements or new featuresImprovements or new featuresresolution/fixedThis issue was fixedThis issue was fixed
Description
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently, the generated SDKs have some part of their package name hardcoded to Pulumi:
- NodeJS:
pulumi_<name> - .NET:
Pulumi.<name> - Python:
pulumi_<name>
In Terraform bridged providers, one has the ability to set PackageName, Namespace or similar in the tfbridge.ProviderInfo struct.
I would like custom values instead of the hardcoded Pulumi occurences.
Affected area/feature
Pulumi SDK code generation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements or new featuresImprovements or new featuresresolution/fixedThis issue was fixedThis issue was fixed