-
Notifications
You must be signed in to change notification settings - Fork 116
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
Improve CustomResource for Python SDK #700
Conversation
29b181a
to
a1b9146
Compare
2c3733d
to
966e9a5
Compare
ec5c7ff
to
c561dd1
Compare
@CyrusNajmabadi I realized that I wasn't unwrapping the Inputs properly, so preview would fail if the Assuming that looks ok, I'll need to update all the other |
I'm not certain i understand that. On the TS side we've marked things as |
3a78a25
to
c7da4c1
Compare
@CyrusNajmabadi Any further feedback? If not, I'd like to get this merged today. |
c7da4c1
to
126c447
Compare
da8cc18
to
e3d769c
Compare
- Standardize arg names with the rest of the SDK - Add typing - Add .get method - Add test
- CustomResource can now pass Input[str] for id - Update get test's pulumi/pulumi dep to use the change
5854fd5
to
c9f9fcb
Compare
Fixes #699