From 047a4bb21efd79d9ce622e5b98eaba91eca9fe73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:39:29 +0000 Subject: [PATCH] Bump ecs_sandbox::modernisation-platform-terraform-ecs-cluster Bumps [ecs_sandbox::modernisation-platform-terraform-ecs-cluster](https://github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster) from 2.0.1 to 4.3.0. - [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster/releases) - [Commits](https://github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster/compare/v2.0.1...v4.3.0) --- updated-dependencies: - dependency-name: ecs_sandbox::github::ministryofjustice/modernisation-platform-terraform-ecs-cluster::v2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- terraform/environments/delius-jitbit/sandbox_ecs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/delius-jitbit/sandbox_ecs.tf b/terraform/environments/delius-jitbit/sandbox_ecs.tf index af5f70fea69..8f62cc6a5d6 100644 --- a/terraform/environments/delius-jitbit/sandbox_ecs.tf +++ b/terraform/environments/delius-jitbit/sandbox_ecs.tf @@ -1,7 +1,7 @@ module "ecs_sandbox" { count = local.is-development ? 1 : 0 - source = "github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster//cluster?ref=v2.0.1" + source = "github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster//cluster?ref=v4.3.0" environment = local.environment name = "${local.application_name}-sandbox"