This message was deleted.
# general
s
This message was deleted.
m
Hi Tim, no this is not possible. But there are different ways to solve your use case.
s
You could use the Automation API to 1. Stand up the bastion VM (first stack) 2. Stand up the GKE cluster (second stack) 3. Run some commands (third stack) 4. Tear down the bastion VM (first stack) You might need to adjust the order of operations, but you get the idea.
r
Yeah this is something I am considering.. I’m trying to align myself on what’s the cleanest, most repeatable solution to get it all going/running with minimal effort for an end user.. really been playing around the last few days..
s
Understood! Let us know how we can help/assist!
r
Go a couple of Golang syntax questions in the golang channel haha 🫣 I’m really trying to wrap my head around types vs Pulumi types and the promise process for outputs
s
I’m no Golang expert, but let me go 👀
I responded to one of the questions, but the other one has me stumped. I’ll try to find a good internal resource and ping them next week (when most everyone is back in the office) to see if they can help.