Skip to content

Commit

Permalink
Merge pull request #13 from lagerfeuer/master
Browse files Browse the repository at this point in the history
Fix Datadog integrations variable
  • Loading branch information
robertomoutinho authored Dec 19, 2023
2 parents 7c79d2a + 99df070 commit b42f859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ variable "datadog_agent_integrations" {
description = "The datadog agent integrations, see Docker (AD v2) at https://docs.datadoghq.com/containers/docker/integrations/?tab=dockeradv2"
type = list(object({
name = string
config = optional(list(string), [])
config = optional(list(map(string)), [])
}))
default = []
}
Expand Down

0 comments on commit b42f859

Please sign in to comment.