diff --git a/infra/route53-project-athens-xyz.tf b/infra/route53-project-athens-xyz.tf index f831f9d..a472037 100644 --- a/infra/route53-project-athens-xyz.tf +++ b/infra/route53-project-athens-xyz.tf @@ -31,6 +31,11 @@ locals { records = [ "ns-806.awsdns-36.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" ] + }, + { + name = tolist(aws_acm_certificate.sample.domain_validation_options)[0].resource_record_name + type = tolist(aws_acm_certificate.sample.domain_validation_options)[0].resource_record_type + records = [ tolist(aws_acm_certificate.sample.domain_validation_options)[0].resource_record_value ] } ] }