We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ae88e commit 3158364Copy full SHA for 3158364
contrib/terraform/modules/route53-subdomain/aws_route53.tf
@@ -23,7 +23,7 @@ resource "aws_route53_record" "wildcard_record_v4" {
23
}
24
25
resource "aws_route53_record" "wildcard_record_v6" {
26
- count = length(var.wildcard_records_v4) == 0 ? 0 : 1
+ count = length(var.wildcard_records_v6) == 0 ? 0 : 1
27
28
zone_id = aws_route53_zone.subdomain.id
29
name = "*.${var.subdomain}"
0 commit comments