From 17b299c3314c946d68e19b3cc690aef09f04873d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:38:47 +0000 Subject: [PATCH 1/2] Bump cloudposse/ec2-instance/aws from 1.6.0 to 1.6.1 Bumps [cloudposse/ec2-instance/aws](https://github.com/cloudposse/terraform-aws-ec2-instance) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/cloudposse/terraform-aws-ec2-instance/releases) - [Commits](https://github.com/cloudposse/terraform-aws-ec2-instance/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: cloudposse/ec2-instance/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ec2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2.tf b/ec2.tf index 1e4915e..d6e60b5 100644 --- a/ec2.tf +++ b/ec2.tf @@ -18,7 +18,7 @@ module "ec2" { } source = "cloudposse/ec2-instance/aws" - version = "1.6.0" + version = "1.6.1" associate_public_ip_address = true instance_type = "t3.micro" From 3da7a0b8055081685415c81293a7b5145a8bef40 Mon Sep 17 00:00:00 2001 From: dav3r Date: Mon, 2 Dec 2024 14:51:41 -0500 Subject: [PATCH 2/2] Update ec2-instance module version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 896e59b..01047a1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ that can be used to create a Cyber Hygiene (CyHy) environment in AWS. | cvesync\_eventbridge | terraform-aws-modules/eventbridge/aws | 3.11.0 | | cvesync\_lambda | terraform-aws-modules/lambda/aws | 7.9.0 | | documentdb-cluster | cloudposse/documentdb-cluster/aws | 0.27.0 | -| ec2 | cloudposse/ec2-instance/aws | 1.6.0 | +| ec2 | cloudposse/ec2-instance/aws | 1.6.1 | | kevsync\_eventbridge | terraform-aws-modules/eventbridge/aws | 3.11.0 | | kevsync\_lambda | terraform-aws-modules/lambda/aws | 7.9.0 | | subnets | cloudposse/dynamic-subnets/aws | 2.4.2 |