https://pulumi.com logo
#azure
Title
# azure
e

enough-butcher-66045

09/02/2021, 6:06 AM
Hey peeps, my scenario is: • I have a core stack in which I want to create an app gateway • In a different stack I want to reference that app gateway and append another backend pool Is this possible? Or is the only solution to modify the core stack to add the backend pools in there? Thanks.
b

billowy-army-68599

09/02/2021, 1:27 PM
I think stack references will help you here: https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences
e

enough-butcher-66045

09/02/2021, 11:17 PM
sorry @billowy-army-68599 my bad for not being more clear -- yes, I'm using a stack reference but I can't see how can I say "Hey, give me the app gateway ID reference from the core stack, and now use that to create another backend pool"
3 Views