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.49.2 (cloudposse#117)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent e88bec5 commit a23a3b1
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 @@ -59,7 +59,7 @@ module "alb_ingress" {

module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.47.0"
version = "0.49.2"
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 a23a3b1

Please sign in to comment.