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
Dynamic resources are great but it would be great to have a fully featured example closer to the top of the documentation which clearly shows how to access T for Input types (there’s an example at the bottom with LabelInputs and LabelResourceInputs which is helpful but I missed this on first read as it’s so far down and not covered in the section on Inputs).
The outputs on dynamic resources are not type safe. I need to manually declare the public read only properties which will exist at runtime but this is not the best DX. Ideally, there would be a “myCustomResource.outputs” property which is strongly typed using a generic on ResourceProvider.
The text was updated successfully, but these errors were encountered:
Some feedback from an otherwise happy user:
The text was updated successfully, but these errors were encountered: