From b69f3587dc04a001b0e099892fe9880fdc56748a Mon Sep 17 00:00:00 2001 From: Jay Patel <78554593+jarpat@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:14:00 -0400 Subject: [PATCH] Update docs/CONFIG-VARS.md Co-authored-by: David Houck --- docs/CONFIG-VARS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIG-VARS.md b/docs/CONFIG-VARS.md index 7f89f85c..cbf2eed7 100644 --- a/docs/CONFIG-VARS.md +++ b/docs/CONFIG-VARS.md @@ -124,7 +124,7 @@ The default values for the subnets variable are as follows: Example for `subnet_azs`: -The zones below define allow you to configure where each subnet in the map above will be created. +The zones defined below allow you to configure where each subnet in the map above will be created. e.g. Looking at the example `subnets` map above, for `"control_plane" : ["192.168.130.0/28", "192.168.130.16/28"]`, the first subnet will be created in `us-east-2c` and the second in `us-east-2b` ```terraform