Skip to content

Commit 5a777af

Browse files
dependabot[bot]gambol99
authored andcommitted
chore(deps): bump hashicorp/aws from 5.56.1 to 5.57.0
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.56.1 to 5.57.0. - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.56.1...v5.57.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab05638 commit 5a777af

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.terraform.lock.hcl

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ module "dns_security_group" {
2525
source = "terraform-aws-modules/security-group/aws"
2626
version = "5.1.2"
2727

28-
name = local.security_group_name
29-
#description = ""
28+
name = local.security_group_name
29+
description = "Used by the Route53 Resolver to allow DNS traffic to the internal dns solution"
3030
ingress_cidr_blocks = ["10.0.0.0/8"]
3131
ingress_rules = ["dns-tcp", "dns-udp"]
3232
egress_rules = ["dns-tcp", "dns-udp"]

0 commit comments

Comments
 (0)