Skip to content

Commit

Permalink
added passing of ipv6_enabled for aaaa record creation (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa authored Nov 14, 2020
1 parent 00d918b commit 692e9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ module "dns" {
parent_zone_name = var.parent_zone_name
target_dns_name = try(aws_cloudfront_distribution.default[0].domain_name, "")
target_zone_id = try(aws_cloudfront_distribution.default[0].hosted_zone_id, "")
ipv6_enabled = var.is_ipv6_enabled

context = module.this.context
}

0 comments on commit 692e9cb

Please sign in to comment.