From 1ccf5507a35c40384d0f2583be6d42bcb70b3a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:28:20 +0000 Subject: [PATCH] chore(deps): update terraform-aws-modules/security-group/aws requirement from ~> 5.1.2 to ~> 5.3.0 Updates the requirements on [terraform-aws-modules/security-group/aws](https://github.com/terraform-aws-modules/terraform-aws-security-group) to permit the latest version. - [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.2...v5.3.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/security-group/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tf b/main.tf index ad61a7d..f7a2834 100644 --- a/main.tf +++ b/main.tf @@ -14,7 +14,7 @@ data "aws_ssm_parameter" "rds" { module "postgres_security_group" { source = "terraform-aws-modules/security-group/aws" - version = "~> 5.1.2" + version = "~> 5.3.0" name = local.rds.sg_name description = local.rds.sg_description @@ -85,7 +85,7 @@ module "kong_rds" { module "internal_alb_security_group" { source = "terraform-aws-modules/security-group/aws" - version = "~> 5.1.2" + version = "~> 5.3.0" name = local.kong.alb_sg_name vpc_id = var.vpc_id @@ -112,7 +112,7 @@ module "internal_alb_security_group" { module "public_alb_security_group" { source = "terraform-aws-modules/security-group/aws" - version = "~> 5.1.2" + version = "~> 5.3.0" name = local.kong.alb_sg_name vpc_id = var.vpc_id @@ -142,7 +142,7 @@ module "public_alb_security_group" { module "ecs_task_security_group" { source = "terraform-aws-modules/security-group/aws" - version = "~> 5.1.2" + version = "~> 5.3.0" name = local.kong.ecs_task_sg_name vpc_id = var.vpc_id