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 4522a9e commit 372a72dCopy full SHA for 372a72d
src/main.tf
@@ -605,7 +605,7 @@ data "aws_ecs_task_definition" "created_task" {
605
}
606
607
locals {
608
- created_task_definition = local.s3_mirroring_enabled ? data.aws_ecs_task_definition.created_task[0] : {}
+ created_task_definition = local.s3_mirroring_enabled ? data.aws_ecs_task_definition.created_task[0] : null
609
task_template = local.s3_mirroring_enabled ? {
610
containerDefinitions = local.container_definition
611
family = lookup(local.created_task_definition, "family", null),
0 commit comments