You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pulumi/pulumi#17306 there is now a possibility for component providers to express validation errors gracefully (via InputPropertiesError) so that they are rendered as a user error and not as a gRPC stack dump.
At a glance it appears there is nothing to be done for bridged providers as they are not component providers. It is unclear if InputPropertiesError applies to normal resource providers as well or not. So excluding regular providers we have:
With pulumi/pulumi#17306 there is now a possibility for component providers to express validation errors gracefully (via InputPropertiesError) so that they are rendered as a user error and not as a gRPC stack dump.
At a glance it appears there is nothing to be done for bridged providers as they are not component providers. It is unclear if InputPropertiesError applies to normal resource providers as well or not. So excluding regular providers we have:
The text was updated successfully, but these errors were encountered: