-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add name overrides for Internal and External Load Balancers (#2420)
* Add override_name optional variable * Add override name optional variable * Allow override for each forwarding rule * Add optional override_name variable to forwarding_rules_config * Remove duplicate (unused) variable override_name * Add optional override_name variable for network peering * Add optional override_name variable for network peering * Formatting * Update VPN tunnel interface name handling for override * Update bgp peer handling for override * Added renaming for both sides of peering * Fix precondition * Remove spurious folders * Apply suggestions to peering module * Use coalesce and name (instead of override_name) * remove unneeded null * Revert windows style slashes in readme * Fix more null checks * Fix unneeded null checks in net-lb-int * Change override_name back to name in the rest of the locations, bgppeer, tunnel and interface names * Fix linter * Update READMEs --------- Co-authored-by: Ludovico Magnocavallo <[email protected]> Co-authored-by: unknown <[email protected]> Co-authored-by: jacklever-hub24 <[email protected]> Co-authored-by: Julio Castillo <[email protected]>
- Loading branch information
1 parent
d8a5c42
commit 3cf8889
Showing
11 changed files
with
60 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.