Skip to content

Commit

Permalink
Merge pull request #41 from mwidurek/DSET-703
Browse files Browse the repository at this point in the history
DSET-703: DD_TAGS
  • Loading branch information
mwidurek authored Sep 17, 2020
2 parents 4dfe284 + b3e2928 commit b2f3b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ module "datadog_container_definition" {
},
{
name = "DD_TAGS"
value = var.datadog_tags
value = replace(var.datadog_tags,","," ")
}
]
secrets = [
Expand Down

0 comments on commit b2f3b26

Please sign in to comment.