From 7ee0a7aedd1b2ac73de9ed02fccf4acaac9363d1 Mon Sep 17 00:00:00 2001 From: Marcin Cuber Date: Tue, 23 Jun 2020 14:08:14 +0100 Subject: [PATCH] Update variables.tf --- variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/variables.tf b/variables.tf index 5fd576a..c5434a0 100644 --- a/variables.tf +++ b/variables.tf @@ -206,7 +206,6 @@ variable "proxy_configuration" { } variable "volume" { - type = list description = "(Optional) A set of volume blocks that containers in your task may use. This is a list of maps, where each map should contain \"name\", \"host_path\", \"docker_volume_configuration\" and \"efs_volume_configuration\". Full set of options can be found at https://www.terraform.io/docs/providers/aws/r/ecs_task_definition.html" default = [] }