From b6d8a7742f060a8434ba4d47fa97443b7486f3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:01:59 +0000 Subject: [PATCH] Bump bastion_linux::modernisation-platform-terraform-bastion-linux Bumps [bastion_linux::modernisation-platform-terraform-bastion-linux](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux/releases) - [Commits](https://github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux/compare/v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: bastion_linux::github::ministryofjustice/modernisation-platform-terraform-bastion-linux::v4.0.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/environments/dacp/ec2_bastion_linux.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/dacp/ec2_bastion_linux.tf b/terraform/environments/dacp/ec2_bastion_linux.tf index 7ad70fd9937..51e7dae5ccf 100644 --- a/terraform/environments/dacp/ec2_bastion_linux.tf +++ b/terraform/environments/dacp/ec2_bastion_linux.tf @@ -1,6 +1,6 @@ # tfsec:ignore:aws-s3-enable-bucket-encryption tfsec:ignore:aws-s3-encryption-customer-key tfsec:ignore:aws-s3-enable-bucket-logging tfsec:ignore:aws-s3-enable-versioning module "bastion_linux" { - source = "github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux?ref=v4.0.0" + source = "github.com/ministryofjustice/modernisation-platform-terraform-bastion-linux?ref=v4.2.0" providers = { aws.share-host = aws.core-vpc # core-vpc-(environment) holds the networking for all accounts