Hi there, Apologies if this question is a repeat....
# automation-api
m
Hi there, Apologies if this question is a repeat. I'm currently using GO and Azure. If I were to create a resource group (For e.g. RG1) in StackA. How can I, from StackB, interrogate StackA to get "RG1" so that I can start adding some resources in to this existing group from StackB ?
b
You can either have StackA add some contextual tags to the resource group so that StackB can fetch it from azure, or you can have StackA output some identifying information about the resource group and then StackB can use a stack reference for StackA.
👍 1
m
Wonderful - thank you so much. Let me give that a whirl
Using outputs worked like a charm - fairly simple - thank you so much.
🙌 1