File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ module "datadog_sidecar_logs" {
76
76
77
77
module "datadog_container_definition" {
78
78
source = " cloudposse/ecs-container-definition/aws"
79
- version = " 0.58.1 "
79
+ version = " 0.61.2 "
80
80
81
81
count = local. enabled && var. datadog_agent_sidecar_enabled ? 1 : 0
82
82
@@ -124,7 +124,7 @@ module "datadog_container_definition" {
124
124
125
125
module "datadog_fluent_bit_container_definition" {
126
126
source = " cloudposse/ecs-container-definition/aws"
127
- version = " 0.58.1 "
127
+ version = " 0.61.2 "
128
128
129
129
count = local. enabled && var. datadog_agent_sidecar_enabled ? 1 : 0
130
130
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ locals {
182
182
183
183
module "container_definition" {
184
184
source = " cloudposse/ecs-container-definition/aws"
185
- version = " 0.61.1 "
185
+ version = " 0.61.2 "
186
186
187
187
for_each = { for k , v in local . containers_priority_terraform : k => v if local . enabled }
188
188
You can’t perform that action at this time.
0 commit comments