Skip to content

Commit 28615fb

Browse files
chore(deps): update terraform-aws-modules/security-group/aws requirement from ~> 5.1.2 to ~> 5.2.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](terraform-aws-modules/terraform-aws-security-group@v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/security-group/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9a1b0e commit 28615fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data "aws_ssm_parameter" "rds" {
1414

1515
module "postgres_security_group" {
1616
source = "terraform-aws-modules/security-group/aws"
17-
version = "~> 5.1.2"
17+
version = "~> 5.2.0"
1818

1919
name = local.rds.sg_name
2020
description = local.rds.sg_description
@@ -85,7 +85,7 @@ module "kong_rds" {
8585

8686
module "internal_alb_security_group" {
8787
source = "terraform-aws-modules/security-group/aws"
88-
version = "~> 5.1.2"
88+
version = "~> 5.2.0"
8989

9090
name = local.kong.alb_sg_name
9191
vpc_id = var.vpc_id
@@ -112,7 +112,7 @@ module "internal_alb_security_group" {
112112

113113
module "public_alb_security_group" {
114114
source = "terraform-aws-modules/security-group/aws"
115-
version = "~> 5.1.2"
115+
version = "~> 5.2.0"
116116

117117
name = local.kong.alb_sg_name
118118
vpc_id = var.vpc_id
@@ -142,7 +142,7 @@ module "public_alb_security_group" {
142142

143143
module "ecs_task_security_group" {
144144
source = "terraform-aws-modules/security-group/aws"
145-
version = "~> 5.1.2"
145+
version = "~> 5.2.0"
146146

147147
name = local.kong.ecs_task_sg_name
148148
vpc_id = var.vpc_id

0 commit comments

Comments
 (0)