diff --git a/src/datadog-agent.tf b/src/datadog-agent.tf index 47cc9f4..763b05a 100644 --- a/src/datadog-agent.tf +++ b/src/datadog-agent.tf @@ -54,7 +54,7 @@ locals { module "datadog_sidecar_logs" { source = "cloudposse/cloudwatch-logs/aws" - version = "0.6.6" + version = "0.6.9" # if we are using datadog firelens we don't need to create a log group count = local.enabled && var.datadog_agent_sidecar_enabled && var.datadog_sidecar_containers_logs_enabled ? 1 : 0 diff --git a/src/main.tf b/src/main.tf index 6664657..025568a 100644 --- a/src/main.tf +++ b/src/main.tf @@ -83,7 +83,7 @@ data "aws_s3_object" "task_definition" { module "logs" { source = "cloudposse/cloudwatch-logs/aws" - version = "0.6.8" + version = "0.6.9" # if we are using datadog firelens we don't need to create a log group count = local.enabled && (!var.datadog_agent_sidecar_enabled || !var.datadog_log_method_is_firelens) ? 1 : 0