Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/ecs-codepipeline/aws to v0.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 17, 2021
1 parent ce7c53a commit 9fc38af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fc38af

Please sign in to comment.