Skip to content

Commit

Permalink
Add NetworkTier for GlobalForwardingRule. (#12474) (#867)
Browse files Browse the repository at this point in the history
[upstream:dc4d9755cb9288177e0996c1c3b3fa9738ebdf89]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 4, 2024
1 parent df4e8ab commit fc370b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global_forwarding_rule_external_managed/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "google_compute_global_forwarding_rule" "default" {
target = google_compute_target_http_proxy.default.id
port_range = "80"
load_balancing_scheme = "EXTERNAL_MANAGED"
network_tier = "PREMIUM"
}

resource "google_compute_target_http_proxy" "default" {
Expand Down

0 comments on commit fc370b7

Please sign in to comment.