registry icon indicating copy to clipboard operation
registry copied to clipboard

Generate documentation for provider configuration

Open iwahbe opened this issue 2 years ago • 2 comments

Generated documentation in the registry includes arguments to the Provider resource, but it doesn't talk explicitly about the values used in pulumi config set.

Since the set of values you can use for pulumi config set myProvider:myField myValue for is exactly equivalent to new myProvider.Provider(myField: myValue) we should also generate docs for the pulumi config set form.

This is separate from copying docs from upstream bridged provider's frontmatter (https://github.com/pulumi/pulumi-terraform-bridge/pull/2068) and can be done for all providers (which is why it's a request here).

iwahbe avatar Dec 22 '23 17:12 iwahbe

Related: https://github.com/pulumi/registry/issues/224

guineveresaenger avatar May 22 '24 21:05 guineveresaenger

thanks @iwahbe ! I think this would be a great addition.

sean1588 avatar Jun 13 '24 16:06 sean1588