From cb908ae3f5580e767af51a6e99fd210bdcb300a7 Mon Sep 17 00:00:00 2001 From: Scott Winkler Date: Sun, 11 Oct 2020 01:04:58 -0700 Subject: [PATCH] Update variables.tf --- modules/autoscaling/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoscaling/variables.tf b/modules/autoscaling/variables.tf index 08ad196..8db5f3b 100644 --- a/modules/autoscaling/variables.tf +++ b/modules/autoscaling/variables.tf @@ -3,7 +3,7 @@ variable "ssh_keypair" { type = string } -variable "group" { +variable "label" { type = string }