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.0
  • Loading branch information
renovate-bot committed Jul 31, 2021
1 parent 68b4a99 commit d85ff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module "alb_ingress" {

module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.57.0"
version = "0.58.0"
container_name = module.this.id
container_image = var.use_ecr_image ? module.ecr.repository_url : var.container_image
container_memory = var.container_memory
Expand Down

0 comments on commit d85ff74

Please sign in to comment.