Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Jan 3, 2024
1 parent 76f8ab5 commit bbe663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ data "template_file" "datadog-agent" {
vars = {
region = var.aws_region
loggroup = var.wd_instance_type == "ecs" ? join("", aws_cloudwatch_log_group.waggledance_ecs.*.name) : ""
datadog_secret_key = var.include_datadog_agent ? jsondecode(data.aws_secretsmanager_secret_version.datadog_key[count.index].secret_string).api_key : null
datadog_secret_key = var.include_datadog_agent ? jsondecode(data.aws_secretsmanager_secret_version.datadog_key.secret_string).api_key : null
wd_instance_type = var.wd_instance_type
datadog_metrics_port = var.datadog_metrics_port
datadog_agent_version = var.datadog_agent_version
Expand Down

0 comments on commit bbe663a

Please sign in to comment.