@@ -50,7 +50,7 @@ Current version is 9.0. Upgrade guides:
5050- [ 6.X -> 7.0] ( /docs/upgrading_to_v7.0.md )
5151- [ 7.X -> 8.0] ( /docs/upgrading_to_v8.0.md )
5252- [ 8.X -> 9.0] ( /docs/upgrading_to_v9.0.md )
53- - [ 9.X -> 10.0] ( /docs/upgrading_to_v10.0.m )
53+ - [ 9.X -> 10.0] ( /docs/upgrading_to_v10.0.md )
5454
5555## Usage
5656
@@ -76,7 +76,6 @@ module "lb-http" {
7676 {% endif %}
7777 backends = {
7878 default = {
79- description = null
8079 {% if not serverless %}{# not necessary for serverless as default port_name=http, protocol=HTTP #}
8180 port = var.service_port
8281 {% endif %}
@@ -86,25 +85,12 @@ module "lb-http" {
8685 timeout_sec = 10
8786 {% endif %}
8887 enable_cdn = false
89- custom_request_headers = null
90- custom_response_headers = null
91- security_policy = null
92- compression_mode = null
9388
9489 {% if not serverless %}
95- connection_draining_timeout_sec = null
96- session_affinity = null
97- affinity_cookie_ttl_sec = null
9890
9991 health_check = {
100- check_interval_sec = null
101- timeout_sec = null
102- healthy_threshold = null
103- unhealthy_threshold = null
10492 request_path = "/"
10593 port = var.service_port
106- host = null
107- logging = null
10894 }
10995 {% endif %}
11096
@@ -125,24 +111,12 @@ module "lb-http" {
125111 {
126112 # Each node pool instance group should be added to the backend.
127113 group = var.backend
128- balancing_mode = null
129- capacity_scaler = null
130- description = null
131- max_connections = null
132- max_connections_per_instance = null
133- max_connections_per_endpoint = null
134- max_rate = null
135- max_rate_per_instance = null
136- max_rate_per_endpoint = null
137- max_utilization = null
138114 },
139115 ]
140116 {% endif %}
141117
142118 iap_config = {
143119 enable = false
144- oauth2_client_id = null
145- oauth2_client_secret = null
146120 }
147121 }
148122 }
0 commit comments