Skip to content

Commit

Permalink
use fork without template
Browse files Browse the repository at this point in the history
  • Loading branch information
johnB96 committed Mar 4, 2022
1 parent 1515d7a commit feb004e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ module "ecs_alb_service_task" {

module "ecs_codepipeline" {
enabled = var.codepipeline_enabled
source = "cloudposse/ecs-codepipeline/aws"
version = "0.28.4"
source = "git::https://github.com/johnB96/terraform-aws-ecs-codepipeline"

region = coalesce(var.region, data.aws_region.current.name)
github_oauth_token = var.github_oauth_token
Expand Down

0 comments on commit feb004e

Please sign in to comment.