While working on revamping docs generation using plain typedoc (this is really for the pulumi/pulumi and pulumi/policy nodejs sdks, but some providers like this also use it instead of the newer docs gen), I noticed that PostgresRemoteStateReferenceArgs was missing from the output.
I set node to v18 for CI, since older versions are no longer supported. Let me know if you prefer I split that into a separate PR.
While working on revamping docs generation using plain typedoc (this is really for the pulumi/pulumi and pulumi/policy nodejs sdks, but some providers like this also use it instead of the newer docs gen), I noticed that
PostgresRemoteStateReferenceArgs
was missing from the output.I set node to v18 for CI, since older versions are no longer supported. Let me know if you prefer I split that into a separate PR.