From 6b8d402b7d101eb53bbe49b17bd4bb686efe7315 Mon Sep 17 00:00:00 2001 From: jarpat Date: Tue, 26 Sep 2023 15:03:26 -0400 Subject: [PATCH] doc for enable_multi_zone --- docs/CONFIG-VARS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONFIG-VARS.md b/docs/CONFIG-VARS.md index baa44f58..f802de9f 100644 --- a/docs/CONFIG-VARS.md +++ b/docs/CONFIG-VARS.md @@ -209,6 +209,7 @@ Custom policy: | autoscaling_enabled | Enable cluster autoscaling | bool | true | | | ssh_public_key | File name of public ssh key for jump and nfs VM | string | "~/.ssh/id_rsa.pub" | Required with `create_jump_vm=true` or `storage_type=standard` | | cluster_api_mode | Public or private IP for the cluster api| string|"public"|Valid Values: "public", "private" | +| enable_multi_zone | Set to true to deploy EKS Node Pools in multiple availability zones | boolean | false | **WARNING: changing this from true to false after infrastructure creation is destructive** | ## Node Pools