Skip to content

Commit

Permalink
chore(deps): bump hashicorp/aws from 5.56.1 to 5.57.0 (#13)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
gambol99 and dependabot[bot] authored Jul 11, 2024
1 parent fd13104 commit f0e433c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ module "dns_security_group" {
source = "terraform-aws-modules/security-group/aws"
version = "5.1.2"

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

0 comments on commit f0e433c

Please sign in to comment.