Skip to content

Commit fea83b1

Browse files
chore(deps): update terraform terraform-aws-modules/security-group/aws to v5.3.0
1 parent be3edee commit fea83b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "vpc" {
2323
# tfsec:ignore:aws-ec2-no-public-egress-sgr
2424
module "dns_security_group" {
2525
source = "terraform-aws-modules/security-group/aws"
26-
version = "5.2.0"
26+
version = "5.3.0"
2727

2828
name = local.security_group_name
2929
description = "Used by the Route53 Resolver to allow DNS traffic to the internal dns solution"

0 commit comments

Comments
 (0)