Skip to content

Commit

Permalink
chore(deps): bump appvia/dns/aws in /modules/inspection (#87)
Browse files Browse the repository at this point in the history
Bumps [appvia/dns/aws](https://github.com/appvia/terraform-aws-dns) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/appvia/terraform-aws-dns/releases)
- [Commits](appvia/terraform-aws-dns@v1.2.3...v1.2.4)

---
updated-dependencies:
- dependency-name: appvia/dns/aws
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 55050a1 commit 381bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/inspection/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "dns_vpc" {
module "dns" {
count = local.enable_dns ? 1 : 0
source = "appvia/dns/aws"
version = "1.2.3"
version = "1.2.4"

resolver_name = var.services.dns.resolver_name
resolver_rule_groups = var.services.dns.domain_rules
Expand Down

0 comments on commit 381bcef

Please sign in to comment.