Generate documentation for provider configuration #4749
Labels
area/docs
Hand-written documentation. For api docs, see area/api-docs.
kind/enhancement
Improvements or new features
size/L
Estimated effort to complete (up to 10 days).
Generated documentation in the registry includes arguments to the
Provider
resource, but it doesn't talk explicitly about the values used inpulumi config set
.Since the set of values you can use for
pulumi config set myProvider:myField myValue
for is exactly equivalent tonew myProvider.Provider(myField: myValue)
we should also generate docs for thepulumi config set
form.This is separate from copying docs from upstream bridged provider's frontmatter (pulumi/pulumi-terraform-bridge#2068) and can be done for all providers (which is why it's a request here).
The text was updated successfully, but these errors were encountered: