Skip to content

Commit 7ee0a7a

Browse files
authored
Update variables.tf
1 parent 8329c8e commit 7ee0a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ variable "proxy_configuration" {
206206
}
207207

208208
variable "volume" {
209-
type = list
210209
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"
211210
default = []
212211
}

0 commit comments

Comments
 (0)