From c8f6c3d84c2662fb7d2e02bd482e61695f8b2f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giuseppe=20Crin=C3=B2?= Date: Fri, 7 Aug 2020 12:29:41 +0200 Subject: [PATCH] Update documentation for workers_group_defaults --- local.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.tf b/local.tf index afc52bee21..98d7d2bdf6 100644 --- a/local.tf +++ b/local.tf @@ -52,7 +52,7 @@ locals { root_volume_size = "100" # root volume size of workers instances. root_volume_type = "gp2" # root volume type of workers instances, can be 'standard', 'gp2', or 'io1' root_iops = "0" # The amount of provisioned IOPS. This must be set with a volume_type of "io1". - key_name = "" # The key name that should be used for the instances in the autoscaling group + key_name = "" # The key pair name that should be used for the instances in the autoscaling group pre_userdata = "" # userdata to pre-append to the default userdata. userdata_template_file = "" # alternate template to use for userdata userdata_template_extra_args = {} # Additional arguments to use when expanding the userdata template file