pulumi / pulumi-mongodbatlas

A MongoDB Atlas Pulumi resource package, providing multi-language access to MongoDB Atlas
Apache License 2.0
16 stars 5 forks source link

The title of the DatabaseUser's example code just says `S` #165

Open kenseii opened 1 year ago

kenseii commented 1 year ago

I think there is a typo in the atlas's DatabaseUser and DataLake docs that says S instead of Sample or something.

https://www.pulumi.com/registry/packages/mongodbatlas/api-docs/databaseuser/#s

File: themes/default/content/registry/packages/mongodbatlas/api-docs/databaseuser/_index.md

lblackstone commented 1 year ago

@iwahbe I'm guessing this might be another markdown parsing issue?

iwahbe commented 1 year ago

It looks like it, but it would be a provider side issue. We only parse what winds up in the schema, and the schema has the S only example:

https://github.com/pulumi/pulumi-mongodbatlas/blob/d1077e08ab96edf65769dc901bd198e6a765d99b/provider/cmd/pulumi-resource-mongodbatlas/schema.json#L16914