Skip to content
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

Add custom name on Pulumi Dynamic Provider #2

Open
stanislas-draunet-maif opened this issue Jan 24, 2023 · 0 comments
Open

Add custom name on Pulumi Dynamic Provider #2

stanislas-draunet-maif opened this issue Jan 24, 2023 · 0 comments

Comments

@stanislas-draunet-maif
Copy link
Contributor

Description of Problem:

Add new pulumi feature : add custom name on Pulumi Dynamic Provider

Overview of the Solution:

pulumi/pulumi#11873

Examples:

class CustomResource extends pulumi.dynamic.Resource {
  constructor (name: string, opts?: pulumi.ResourceOptions) {
    super(new DummyResourceProvider(), name, {}, opts, "custom-provider", "CustomResource")
  }
}

Output: pulumi-nodejs:dynamic/custom-provider:CustomResource

Blockers:

Definition of Done:

When the output will be pulumi-nodejs:dynamic/stawen:azure-certificate-asc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant