Issue with with defining httpListeners inside @pulumi/azure-native.network.ApplicationGateway #3740
Labels
awaiting-feedback
Blocked on input from the author
kind/bug
Some behavior is incorrect or out of spec
What happened?
We are using @pulumi/azure-native.network.ApplicationGateway and difining httpListeners inside the ApplicationGateway, since frontendIPConfiguration adds circular dependcy on ApplicationGateway , we get below error which says we are trying to use the resouce which is not created or availabl yet, and we are not allowed to define httpListeners separately and bind later too.
Looking for any help regarding this.
Below is the error (Note have replaced the actual subscription_id with {subscription_id} in the below error to avoid sharing {subscription_id} )
Below is the code to define httpListeners inside ApplicationGateway
Output of
pulumi about
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: