-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
kind/enhancementImprovements or new featuresImprovements or new features
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
Many Pulumi providers support auto-naming: randomly generated mutations of pulumi names for use as physical names. We support user constraining of auto-names (blog post) for bridged providers. We should make it easy for providers using this framework to add such support.
Affected area/feature
This should probably be a free-standing function (maybe in the top level, maybe in a public facing util module) that is then bridged into infer
to make consumption their as simple as possible.
As part of addressing this issue, examples/auto-naming
should be changed to show how to consume the new auto-naming.
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements or new featuresImprovements or new features