fix serverless neg example (#1430)

This commit is contained in:
Ludovico Magnocavallo 2023-06-08 12:05:54 +02:00 committed by GitHub
parent 6b4bca10bd
commit a7b944aa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -283,11 +283,7 @@ module "ilb-l7" {
region = "europe-west1"
backend_service_configs = {
default = {
backends = [{
balancing_mode = "RATE"
group = "my-neg"
max_rate = { per_endpoint = 1 }
}]
backends = [{ group = "my-neg" }]
}
}
neg_configs = {