From 367dd2288dc9e404d4494faaaee0386f6fcec359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:55:49 +0000 Subject: [PATCH] Bump cluster::terraform-aws-ecs-cluster-module from 0.0.9 to 0.0.10 Bumps [cluster::terraform-aws-ecs-cluster-module](https://github.com/pbs/terraform-aws-ecs-cluster-module) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/pbs/terraform-aws-ecs-cluster-module/releases) - [Commits](https://github.com/pbs/terraform-aws-ecs-cluster-module/compare/0.0.9...0.0.10) --- updated-dependencies: - dependency-name: cluster::github::pbs/terraform-aws-ecs-cluster-module::0.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cluster.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.tf b/cluster.tf index 801b259..895f589 100644 --- a/cluster.tf +++ b/cluster.tf @@ -1,6 +1,6 @@ module "cluster" { count = var.cluster == null ? 1 : 0 - source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.9" + source = "github.com/pbs/terraform-aws-ecs-cluster-module?ref=0.0.10" # Shared variables vpc_id = local.vpc_id