Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcincuber authored Jun 23, 2020
1 parent 8329c8e commit 7ee0a7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
}
Expand Down

0 comments on commit 7ee0a7a

Please sign in to comment.