Fix Internal App LB serverless NEG backend example (#1801)
* Fix Internal App LB serverless NEG backed example * Silence linter
This commit is contained in:
@@ -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 = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user