Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/ecs-container-definition/aws…
Browse files Browse the repository at this point in the history
… to v0.58.2
  • Loading branch information
renovate[bot] authored Mar 28, 2023
1 parent abad30a commit b02d9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "aws_cloudwatch_log_group" "default" {

module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.58.1"
version = "0.58.2"

container_name = module.ecs_label.id
container_image = "${var.app_image_repository}:${local.image_tag}"
Expand All @@ -99,7 +99,7 @@ module "container_definition" {

module "container_definition_fluentbit" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.58.1"
version = "0.58.2"

container_name = "log_router"
container_image = "${var.log_router_image_repository}:${var.log_router_image_tag}"
Expand Down

0 comments on commit b02d9c6

Please sign in to comment.