Skip to content
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

Terraform support for best path selection #8321

Conversation

modular-magician
Copy link
Collaborator

Modified the following beta fields in google_compute_network Gateway resource (b/343562168)

  • gateway_ip_version (enum): Added new enum field "bgp_best_path_selection_mode" with possible values Legacy and Standard
  • bgp_bps_always_compare_med (bool): Added new bool field
  • gateway_ip_version (bgp_bps_inter_region_cost): Added new enum field "bgp_bps_inter_region_cost" with possible values Default and Add-cost-to-med

3 new beta output fields for google_compute_router_status for best_routes & best_routes_for_router fields

  • gateway_ip_version (enum): Added new enum field "bgp_best_path_selection_mode" with possible values Legacy and Standard
  • route.next_hop_origin
  • route.next_hop_med
  • route.next_hop_inter_region_cost
    Release Note Template for Downstream PRs (will be copied)
compute: added `bgp_best_path_selection_mode `,`bgp_bps_always_compare_med` and `bgp_bps_inter_region_cost ` fields to `google_compute_network` resource
compute: added `next_hop_origin `,`next_hop_med ` and `next_hop_inter_region_cost ` output fields to `google_compute_route` resource

Derived from GoogleCloudPlatform/magic-modules#11825

Co-authored-by: Cameron Thornton <[email protected]>

[upstream:3be900f8873cb0484d25e2f2fbeddfc60fad2479]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit fd67620 into hashicorp:main Oct 1, 2024
2 checks passed
@modular-magician modular-magician deleted the downstream-pr-3be900f8873cb0484d25e2f2fbeddfc60fad2479 branch November 16, 2024 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant