Skip to content

Commit 88ef922

Browse files
chore(deps): bump terraform-aws-modules/security-group/aws from 5.1.2 to 5.2.0 (#22)
* chore(deps): bump terraform-aws-modules/security-group/aws Bumps [terraform-aws-modules/security-group/aws](https://github.com/terraform-aws-modules/terraform-aws-security-group) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-security-group/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-security-group/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-security-group@v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/security-group/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: updating the generated docs to reflect the changes to the modules --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rohith Jayawardene <[email protected]>
1 parent c4de9cd commit 88ef922

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
6666

6767
| Name | Source | Version |
6868
|------|--------|---------|
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 |
7171

7272
## Resources
7373

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.1.2"
26+
version = "5.2.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)