Ian Wahbe
Ian Wahbe
> I'm working on the draft PR. @krupaJari You can open a PR with what you have right now, even if it doesn't pass all tests. That way we can...
@krupaJari It looks like `go` is having some problems building on gitpod. I'm not sure what's wrong there. Your branch builds fine on my machine, and it looks like it...
@krupaJari It looks good to me.
My pleasure @krupaJari. Thank you for your patience. Next time it should be quicker to merge.
@heagma Thanks for your interest. Can you let us know a little more about your plan of attack?
I spent a little bit of time exploring how we might centralize our env var usage so we don't need to maintain documentation separate from consumption. I came up with...
Any news on this PR?
We definitely do the work to resolve external types in SDK generation ([example](https://github.com/pulumi/pulumi/blob/69d179ae6e617b1db56a83e19dfeaa4f4084d259/pkg/codegen/go/gen.go#L780-L796)). Docs generation should be able to do the same.
> @iwahbe That helps, thanks much. Would it make sense, do you think, to expose the functionality of `resolveObjectType()` externally to allow it to be used for docs generation? I'm...
I made computed-ness typed because of this comment: https://github.com/pulumi/pulumi/blob/aaaa8cecafe907f5d6de64137510308980ede30b/sdk/go/common/resource/properties.go#L80-L84 If that isn't load bearing, I'm happy to remove it. It's generally a pain to deal with provider side, since the...