File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
backend_service_external_managed
region_backend_service_balancing_mode Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ resource "google_compute_backend_service" "default" {
2
2
name = " backend-service-${ local . name_suffix } "
3
3
health_checks = [google_compute_health_check . default . id ]
4
4
load_balancing_scheme = " EXTERNAL_MANAGED"
5
+ protocol = " H2C"
5
6
}
6
7
7
8
resource "google_compute_health_check" "default" {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resource "google_compute_region_backend_service" "default" {
9
9
10
10
region = " us-central1"
11
11
name = " region-service-${ local . name_suffix } "
12
- protocol = " HTTP "
12
+ protocol = " H2C "
13
13
timeout_sec = 10
14
14
15
15
health_checks = [google_compute_region_health_check . default . id ]
You can’t perform that action at this time.
0 commit comments