Skip to content

Commit

Permalink
Replaces it with the updated list-compatible syntax (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Musthaq101 authored Jan 8, 2025
1 parent 3b0280e commit 57007f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "acm" {
process_domain_validation_options = var.process_domain_validation_options
ttl = 300
subject_alternative_names = local.all_sans
zone_id = join("", data.aws_route53_zone.default.*.zone_id)
zone_id = join("", data.aws_route53_zone.default[*].zone_id)

context = module.this.context
}
Expand Down

0 comments on commit 57007f0

Please sign in to comment.