File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ data "aws_ssm_parameter" "rds" {
14
14
15
15
module "postgres_security_group" {
16
16
source = " terraform-aws-modules/security-group/aws"
17
- version = " ~> 5.1.2 "
17
+ version = " ~> 5.3.0 "
18
18
19
19
name = local. rds . sg_name
20
20
description = local. rds . sg_description
@@ -85,7 +85,7 @@ module "kong_rds" {
85
85
86
86
module "internal_alb_security_group" {
87
87
source = " terraform-aws-modules/security-group/aws"
88
- version = " ~> 5.1.2 "
88
+ version = " ~> 5.3.0 "
89
89
90
90
name = local. kong . alb_sg_name
91
91
vpc_id = var. vpc_id
@@ -112,7 +112,7 @@ module "internal_alb_security_group" {
112
112
113
113
module "public_alb_security_group" {
114
114
source = " terraform-aws-modules/security-group/aws"
115
- version = " ~> 5.1.2 "
115
+ version = " ~> 5.3.0 "
116
116
117
117
name = local. kong . alb_sg_name
118
118
vpc_id = var. vpc_id
@@ -142,7 +142,7 @@ module "public_alb_security_group" {
142
142
143
143
module "ecs_task_security_group" {
144
144
source = " terraform-aws-modules/security-group/aws"
145
- version = " ~> 5.1.2 "
145
+ version = " ~> 5.3.0 "
146
146
147
147
name = local. kong . ecs_task_sg_name
148
148
vpc_id = var. vpc_id
You can’t perform that action at this time.
0 commit comments