From 846bd29d77ab5da18f20039bd04ef8b1f50a77f3 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 29 Oct 2020 07:00:56 +0100 Subject: [PATCH] Fix typo in ilb-next-hop README --- networking/ilb-next-hop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/ilb-next-hop/README.md b/networking/ilb-next-hop/README.md index 4124d783..961ec81c 100644 --- a/networking/ilb-next-hop/README.md +++ b/networking/ilb-next-hop/README.md @@ -6,7 +6,7 @@ The following diagram shows the resources created by this example ![High-level diagram](diagram.png "High-level diagram") -Two ILBs are configured on the primary and secondary interfaces of gateway VMs with active health checks, but only the single one is used as next hop by default to simplify testing. The second (right-side) VPC has default routes that point to the gateway VMs, to also use the right-side ILB as next hop set the `ilb_right_enable` variable to `true`. +Two ILBs are configured on the primary and secondary interfaces of gateway VMs with active health checks, but only a single one is used as next hop by default to simplify testing. The second (right-side) VPC has default routes that point to the gateway VMs, to also use the right-side ILB as next hop set the `ilb_right_enable` variable to `true`. ## Testing