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 52469ed commit 3beedb4Copy full SHA for 3beedb4
modules/container-definition/main.tf
@@ -47,7 +47,7 @@ locals {
47
interactive = var.interactive
48
links = local.is_not_windows ? var.links : null
49
linuxParameters = local.is_not_windows ? { for k, v in local.linuxParameters : k => v if v != null } : null
50
- logConfiguration = local.logConfiguration
+ logConfiguration = length(local.logConfiguration) > 0 ? local.logConfiguration : null
51
memory = var.memory
52
memoryReservation = var.memoryReservation
53
mountPoints = var.mountPoints
0 commit comments