Skip to content

Commit 5d3b19f

Browse files
authored
fix: Add tags to the aws_ecs_task_definition resource (#48)
* 🐛 Adding tags to the aws_ecs_task_definition resource * fix space fmt issue
1 parent 3ab5410 commit 5d3b19f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ resource "aws_ecs_task_definition" "ecs_task_definition" {
184184
}
185185
}
186186
}
187+
tags = var.tags
187188

188189
count = var.register_task_definition ? 1 : 0
189190
}

0 commit comments

Comments
 (0)