We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3edee commit fea83b1Copy full SHA for fea83b1
main.tf
@@ -23,7 +23,7 @@ module "vpc" {
23
# tfsec:ignore:aws-ec2-no-public-egress-sgr
24
module "dns_security_group" {
25
source = "terraform-aws-modules/security-group/aws"
26
- version = "5.2.0"
+ version = "5.3.0"
27
28
name = local.security_group_name
29
description = "Used by the Route53 Resolver to allow DNS traffic to the internal dns solution"
0 commit comments