Commit 88ef922 1 parent c4de9cd commit 88ef922 Copy full SHA for 88ef922
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
66
66
67
67
| Name | Source | Version |
68
68
| ------| --------| ---------|
69
- | <a name =" module_dns_security_group " ></a > [ dns\_ security\_ group] ( #module\_ dns\_ security\_ group ) | terraform-aws-modules/security-group/aws | 5.1.2 |
70
- | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | appvia/network/aws | 0.3.0 |
69
+ | <a name =" module_dns_security_group " ></a > [ dns\_ security\_ group] ( #module\_ dns\_ security\_ group ) | terraform-aws-modules/security-group/aws | 5.2.0 |
70
+ | <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | appvia/network/aws | 0.3.1 |
71
71
72
72
## Resources
73
73
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module "vpc" {
23
23
# tfsec:ignore:aws-ec2-no-public-egress-sgr
24
24
module "dns_security_group" {
25
25
source = " terraform-aws-modules/security-group/aws"
26
- version = " 5.1.2 "
26
+ version = " 5.2.0 "
27
27
28
28
name = local. security_group_name
29
29
description = " Used by the Route53 Resolver to allow DNS traffic to the internal dns solution"
You can’t perform that action at this time.
0 commit comments