Hi Folks, question , more out of curiosity, the in...
# getting-started
w
Hi Folks, question , more out of curiosity, the intermediate representation pulumi creates (between say yaml vs js).. what is that called and what does it look like in terms of a file? Is there a way to output that representation ?
Interested in learning a bit more on how that works.
l
@worried-helmet-23171 we don't have an intermediate representation. Our architecture has a language host. The program, running in the language host sends resource requests to our engine (included in the CLI) via a GRPC protocol. The best place to read more on that is this page: https://www.pulumi.com/docs/concepts/how-pulumi-works/