Skip to content

Commit

Permalink
Updating ECS Fargate Service module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Oct 1, 2019
1 parent dada0c5 commit 7dee91b
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 @@ -57,8 +57,8 @@ module "ecs-fargate-task-definition" {
# ECS Service
# ---------------------------------------------------------------------------------------------------------------------
module "ecs-fargate-service" {
source = "jnonino/ecs-fargate-service/aws"
version = "1.0.2"
source = "cn-terraform/ecs-fargate-service/aws"
version = "1.0.3"
name_preffix = var.name_preffix
profile = var.profile
region = var.region
Expand Down

0 comments on commit 7dee91b

Please sign in to comment.