-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add support for 'any resource' codegen #1336
Conversation
3b2cab3
to
c4c9cee
Compare
@@ -20,7 +20,7 @@ var PulumiInternal = PulumiCore.Dot("internal") | |||
|
|||
var PulumiAnnotations = PulumiCore.Dot("annotations") | |||
|
|||
var ResourceType = PulumiAnnotations.Dot("ResourceType") | |||
var ResourceTypeAnnotation = PulumiAnnotations.Dot("ResourceType") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, less confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, fairly surgical. For good form it would be nice to see a quick test and have the go.mod upgrade separate but I don't know how much friction there is in this repo. Thank you!
c4c9cee
to
de31735
Compare
de31735
to
0ea2d69
Compare
99a53e6
to
598c58c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I don't do much in terms of maintenance on this repo these days.. Looks like a surgical change plus lots of go.mod update-related Chun in testdata.
Part of pulumi/pulumi#6346.
Depends on commit in pulumi/pulumi#15793.