pulumi / pulumi-terraform

A resource package that allows Pulumi programs to use Terraform state
Apache License 2.0
112 stars 18 forks source link

Export PostgresRemoteStateReferenceArgs #757

Closed julienp closed 7 months ago

julienp commented 7 months ago

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.

julienp commented 7 months ago

CI is failing on C# now, updating all language runtimes and not just nodejs...