Skip to content

Ability to have fully configurable package names #246

@ringods

Description

@ringods

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions