-
Notifications
You must be signed in to change notification settings - Fork 737
Fix hub and spoke transitivity issues #427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix hub and spoke transitivity issues #427
Conversation
Error that happens in manual apply of 3-networks shared reproduced in the integration build:
|
After fixing the dependency error we got:
This error happens because
and one of the regions used, As of 2021-04-15 The fixed value of 3 for the |
After fixing the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/cc @drebes
This PR Fixes some issues when enabling hub and spoke transitivity.
depends_on
in the call to the transitivity module.max_surge_fixed
for regional managed instance group issuemax_unavailable_fixed
for regional managed instance group issue