Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Dec 18, 2023
1 parent 83f8a4f commit 48c2bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/zones/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locals {
hosted_zone_with_caa_record_list = {
for zone_name, zone_cfg in var.hosted_zone:
zone_name => zone_cfg
if length(try(zone.caa_record_list,[])) > 0
if length(try(zone_cfg.caa_record_list,[])) > 0
}
}

Expand Down

0 comments on commit 48c2bcf

Please sign in to comment.