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.47.0 (#87)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 26, 2021
1 parent 8731431 commit 35c7f47
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.46.2"
version = "0.47.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 35c7f47

Please sign in to comment.