Skip to content

Commit

Permalink
fix serverless neg example (#1430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored Jun 8, 2023
1 parent 6b4bca1 commit a7b944a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/net-ilb-l7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a7b944a

Please sign in to comment.