Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ergonomic way to reference provider defined types in component resource #18

Open
iwahbe opened this issue Jul 7, 2022 · 0 comments
Open
Labels
kind/enhancement Improvements or new features

Comments

@iwahbe
Copy link
Member

iwahbe commented Jul 7, 2022

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.

See #17 (comment) for motivation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants