We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37343d commit ddf7fc7Copy full SHA for ddf7fc7
main.tf
@@ -78,7 +78,7 @@ resource "aws_ecs_task_definition" "td" {
78
dynamic "volume" {
79
for_each = var.volumes
80
content {
81
- name = volume.value.name
+ name = volume.value.name
82
83
host_path = lookup(volume.value, "host_path", null)
84
0 commit comments