Fix Internal App LB serverless NEG backend example (#1801)

* Fix Internal App LB serverless NEG backed example

* Silence linter
This commit is contained in:
Julio Castillo
2023-10-24 09:25:43 +02:00
committed by GitHub
parent 4647b07665
commit b2201f69b7

View File

@@ -331,9 +331,7 @@ module "ilb-l7" {
backend_service_configs = {
default = {
backends = [{
balancing_mode = "RATE"
group = "my-neg"
max_rate = { per_endpoint = 1 }
group = "my-neg"
}]
health_checks = []
}