From 0df058756d20adc43249dfaa3c7651be7aebb2d7 Mon Sep 17 00:00:00 2001 From: Kevin Pankonen Date: Tue, 14 Aug 2018 10:40:48 -0700 Subject: [PATCH] fix comment alignment on workers_group_defaults --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 31f4233..f918854 100644 --- a/variables.tf +++ b/variables.tf @@ -87,7 +87,7 @@ variable "workers_group_defaults" { asg_min_size = "1" # Minimum worker capacity in the autoscaling group. instance_type = "m4.large" # Size of the workers instances. spot_price = "" # Cost of spot instance. - root_volume_size = "100" # root volume size of workers instances. + 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