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" {
22 name = " backend-service-${ local . name_suffix } "
33 health_checks = [google_compute_health_check . default . id ]
44 load_balancing_scheme = " EXTERNAL_MANAGED"
5+ protocol = " H2C"
56}
67
78resource "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" {
99
1010 region = " us-central1"
1111 name = " region-service-${ local . name_suffix } "
12- protocol = " HTTP "
12+ protocol = " H2C "
1313 timeout_sec = 10
1414
1515 health_checks = [google_compute_region_health_check . default . id ]
You can’t perform that action at this time.
0 commit comments