diff --git a/infrastructure/terraform/modules/route53/main.tf b/infrastructure/terraform/modules/route53/main.tf index ad3f9fd1..700232dd 100644 --- a/infrastructure/terraform/modules/route53/main.tf +++ b/infrastructure/terraform/modules/route53/main.tf @@ -27,7 +27,9 @@ resource "aws_route53_record" "my_validation_record" { type = dvo.resource_record_type } } - + name = each.value.name + records = [each.value.record] + type = each.value.type ttl = 60 }