Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Apr 2, 2024
1 parent 5e52959 commit ce22d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/datadog_agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ locals {
name = var.name
image = "${var.docker_image_name}:${var.docker_image_tag}",
cpu = var.container_cpu_units,
memoryReservation = var.essential,
essential = false,
memoryReservation = var.container_memory_reservation,
essential = var.essential,

dockerLabels = var.docker_labels

Expand Down

0 comments on commit ce22d48

Please sign in to comment.