https://pulumi.com logo
h

high-orange-18933

04/19/2020, 12:27 AM
Hi guys, can someone please guide me about how to create Google cloud instance with Golang using pulumi. I can’t figure out how to specify boot disk in go code. I am new to pulumi and Golang. Thanks
l

lemon-agent-27707

04/19/2020, 3:16 PM
Hey Dev, I encourage you to join the #golang channel for more discussion on this. I put together a small example that shows how to create a GCP instance and specify a boot disk: https://github.com/pulumi/examples/pull/659 Let me know if you have any questions.
h

high-orange-18933

04/20/2020, 7:58 AM
Thanks a lot Evan. I really appreciate your help. I managed sort it out myself after I sent a message ... should I send my working code to you ... may be you can update the pull request or let me know if you want me to create new pull request
l

lemon-agent-27707

04/20/2020, 2:43 PM
Glad to hear it! Either one would be great.