Skip to content

Commit

Permalink
chore(deps): update terraform appvia/dns/aws to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent ba34b6a commit de4ec57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "dns_vpc" {
module "dns" {

Check failure on line 23 in dns.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"

Check failure on line 23 in dns.tf

View workflow job for this annotation

GitHub Actions / Module Validation / Static Security Analysis - Checkov

CKV_TF_1: "Ensure Terraform module sources use a commit hash"
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 de4ec57

Please sign in to comment.