Skip to content

Commit 85d2f13

Browse files
chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.61.2 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <goruha@gmail.com>
1 parent 2212848 commit 85d2f13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/datadog-agent.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module "datadog_sidecar_logs" {
7676

7777
module "datadog_container_definition" {
7878
source = "cloudposse/ecs-container-definition/aws"
79-
version = "0.58.1"
79+
version = "0.61.2"
8080

8181
count = local.enabled && var.datadog_agent_sidecar_enabled ? 1 : 0
8282

@@ -124,7 +124,7 @@ module "datadog_container_definition" {
124124

125125
module "datadog_fluent_bit_container_definition" {
126126
source = "cloudposse/ecs-container-definition/aws"
127-
version = "0.58.1"
127+
version = "0.61.2"
128128

129129
count = local.enabled && var.datadog_agent_sidecar_enabled ? 1 : 0
130130

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ locals {
182182

183183
module "container_definition" {
184184
source = "cloudposse/ecs-container-definition/aws"
185-
version = "0.61.1"
185+
version = "0.61.2"
186186

187187
for_each = { for k, v in local.containers_priority_terraform : k => v if local.enabled }
188188

0 commit comments

Comments
 (0)