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.0 (cloudposse#104)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 5, 2021
1 parent 1f0a6ec commit 58ee020
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.48.1"
version = "0.49.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 58ee020

Please sign in to comment.