Skip to content

Commit 1971e93

Browse files
Use different port in global FR test (#3725) (#2249)
Signed-off-by: Modular Magician <[email protected]>
1 parent aaa064a commit 1971e93

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/3725.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_compute_global_forwarding_rule_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ func testAccComputeGlobalForwardingRule_internalLoadBalancing(fr, proxy, backend
377377
resource "google_compute_global_forwarding_rule" "forwarding_rule" {
378378
name = "%s"
379379
target = google_compute_target_http_proxy.default.self_link
380-
port_range = "80"
380+
port_range = "8080"
381381
load_balancing_scheme = "INTERNAL_SELF_MANAGED"
382382
ip_address = "0.0.0.0"
383383
metadata_filters {
@@ -481,7 +481,7 @@ func testAccComputeGlobalForwardingRule_internalLoadBalancingUpdate(fr, proxy, b
481481
resource "google_compute_global_forwarding_rule" "forwarding_rule" {
482482
name = "%s"
483483
target = google_compute_target_http_proxy.default.self_link
484-
port_range = "80"
484+
port_range = "8080"
485485
load_balancing_scheme = "INTERNAL_SELF_MANAGED"
486486
ip_address = "0.0.0.0"
487487
metadata_filters {

0 commit comments

Comments
 (0)