diff --git a/variables.tf b/variables.tf index 547a5b6..7deeda7 100644 --- a/variables.tf +++ b/variables.tf @@ -154,7 +154,7 @@ variable "propogate_tags" { } variable "target_group_name" { - type = "string" + type = string default = "" description = "The name for the tasks target group" }