From 9fc38af91f7ab819c9f606087db12573e5fb4c4e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Nov 2021 14:25:51 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecs-codepipeline/aws to v0.28.4 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 3c9925cd..6e52191c 100644 --- a/main.tf +++ b/main.tf @@ -170,7 +170,7 @@ module "ecs_alb_service_task" { module "ecs_codepipeline" { enabled = var.codepipeline_enabled source = "cloudposse/ecs-codepipeline/aws" - version = "0.28.0" + version = "0.28.4" region = coalesce(var.region, data.aws_region.current.name) github_oauth_token = var.github_oauth_token