Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Sep 9, 2020
1 parent 8f5707d commit cc3823c
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 @@ -14,7 +14,7 @@ module ecs-cluster {
#------------------------------------------------------------------------------
module "td" {
source = "cn-terraform/ecs-fargate-task-definition/aws"
version = "1.0.15"
version = "1.0.16"
# source = "../terraform-aws-ecs-fargate-task-definition"

name_prefix = var.name_prefix
Expand Down Expand Up @@ -104,7 +104,7 @@ module "ecs-alb" {
#------------------------------------------------------------------------------
module "ecs-fargate-service" {
source = "cn-terraform/ecs-fargate-service/aws"
version = "2.0.7"
version = "2.0.8"
# source = "../terraform-aws-ecs-fargate-service"

name_prefix = var.name_prefix
Expand Down

0 comments on commit cc3823c

Please sign in to comment.