@@ -67,7 +67,7 @@ samples:
6767 - name : ' backend_service_basic'
6868 resource_id_vars :
6969 backend_service_name : ' backend-service'
70- http_health_check_name : ' health-check'
70+ health_check_name : ' health-check'
7171 - name : ' backend_service_external_iap'
7272 primary_resource_id : ' default'
7373 steps :
@@ -80,7 +80,7 @@ samples:
8080 - name : ' backend_service_cache_simple'
8181 resource_id_vars :
8282 backend_service_name : ' backend-service'
83- http_health_check_name : ' health-check'
83+ health_check_name : ' health-check'
8484 - name : ' backend_service_cache_include_http_headers'
8585 primary_resource_id : ' default'
8686 steps :
@@ -99,14 +99,14 @@ samples:
9999 - name : ' backend_service_cache'
100100 resource_id_vars :
101101 backend_service_name : ' backend-service'
102- http_health_check_name : ' health-check'
102+ health_check_name : ' health-check'
103103 - name : ' backend_service_cache_bypass_cache_on_request_headers'
104104 primary_resource_id : ' default'
105105 steps :
106106 - name : ' backend_service_cache_bypass_cache_on_request_headers'
107107 resource_id_vars :
108108 backend_service_name : ' backend-service'
109- http_health_check_name : ' health-check'
109+ health_check_name : ' health-check'
110110 - name : ' backend_service_traffic_director_round_robin'
111111 primary_resource_id : ' default'
112112 min_version : ' beta'
@@ -961,7 +961,7 @@ properties:
961961 external load balancing. A backend service created for one type of
962962 load balancing cannot be used with the other. For more information, refer to
963963 [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service).
964- default_value : " EXTERNAL "
964+ default_value : " EXTERNAL_MANAGED "
965965 # If you're modifying this value, it probably means Global ILB is now
966966 # an option. If that's the case, all of the documentation is based on
967967 # this resource supporting external load balancing only.
0 commit comments