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.60.0
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 26303e4 commit 927e5d8
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 @@ -97,7 +97,7 @@ resource "aws_cloudwatch_log_group" "default" {

module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.58.3"
version = "0.60.0"

container_name = module.ecs_label.id
container_image = "${module.ecr.repository_url}:${local.image_tag}"
Expand Down Expand Up @@ -149,7 +149,7 @@ module "container_definition" {

module "container_definition_fluentbit" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.58.3"
version = "0.60.0"

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

0 comments on commit 927e5d8

Please sign in to comment.