From 241a6894ed4f79cbfe10d00ad190664ab99723f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:20:31 +0000 Subject: [PATCH] Bump terraform-aws-modules/security-group/aws from 5.1.0 to 5.1.1 Bumps [terraform-aws-modules/security-group/aws](https://github.com/terraform-aws-modules/terraform-aws-security-group) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-security-group/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-security-group/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/security-group/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 690fbcc..ddddb63 100644 --- a/main.tf +++ b/main.tf @@ -159,7 +159,7 @@ resource "aws_iam_policy" "s3_write_policy" { module "security_group" { source = "terraform-aws-modules/security-group/aws" - version = "5.1.0" + version = "5.1.1" name = local.name description = "BeamMP server security group"