Skip to content

Commit

Permalink
Update module references
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Jun 3, 2021
1 parent fe60a37 commit ec330c9
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 @@ -12,7 +12,7 @@
#------------------------------------------------------------------------------
module "aws_cw_logs" {
source = "cn-terraform/cloudwatch-logs/aws"
version = "1.0.7"
version = "1.0.8"
# source = "../terraform-aws-cloudwatch-logs"

logs_path = "/ecs/service/${var.name_prefix}-nexus"
Expand Down Expand Up @@ -68,7 +68,7 @@ module "aws_cw_logs" {
#------------------------------------------------------------------------------
module "ecs_fargate" {
source = "cn-terraform/ecs-fargate/aws"
version = "2.0.24"
version = "2.0.26"
# source = "../terraform-aws-ecs-fargate"

name_prefix = "${var.name_prefix}-nexus"
Expand Down

0 comments on commit ec330c9

Please sign in to comment.