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
Right now, component resources use Input and Output types as their fields. This requirers naming the types in the struct. This is fine for types external to the pkg, but works poorly when constructing references the the SDK version of types defined in the provider.
We need a more ergonomic solution to this problem.
Right now, component resources use
Input
andOutput
types as their fields. This requirers naming the types in the struct. This is fine for types external to the pkg, but works poorly when constructing references the the SDK version of types defined in the provider.We need a more ergonomic solution to this problem.
See #17 (comment) for motivation.
The text was updated successfully, but these errors were encountered: