Skip to content

Commit ddf7fc7

Browse files
committed
Applying changes from terraform fmt command
1 parent e37343d commit ddf7fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ resource "aws_ecs_task_definition" "td" {
7878
dynamic "volume" {
7979
for_each = var.volumes
8080
content {
81-
name = volume.value.name
81+
name = volume.value.name
8282

8383
host_path = lookup(volume.value, "host_path", null)
8484

0 commit comments

Comments
 (0)