Skip to content

Commit 92188a1

Browse files
chore(deps): update terraform terraform-aws-modules/security-group/aws to v5.3.0 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2476739 commit 92188a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolvers.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module "dns_security_group" {
55
count = local.enable_dns_security_group ? 1 : 0
66
source = "terraform-aws-modules/security-group/aws"
7-
version = "5.2.0"
7+
version = "5.3.0"
88

99
name = "dns-resolvers-${var.name}"
1010
description = "Allow DNS traffic to the route53 resolvers"

0 commit comments

Comments
 (0)