Join Slack
Powered by
This message was deleted.
# azure
s
sparse-intern-71089
07/28/2021, 1:54 PM
This message was deleted.
f
fierce-cat-91199
07/29/2021, 12:54 AM
I have a feeling you'll end up with inconsistent state, as you'll have modified something that the first stack think it owns, so it's drifted. Is the event subscription not it's own resource?
fierce-cat-91199
07/29/2021, 1:01 AM
You could just Output the topic endpoint from one stack, and use a `StackReference`in the other stack to pull in the the endpoint.
https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences
p
proud-dusk-33872
07/29/2021, 1:35 PM
Good to know for stack references, but you were right the subscription is actually it's own resource. Thanks!
3
Views
Open in Slack
Previous
Next