7 lines
163 B
HCL
7 lines
163 B
HCL
output "route53_domain" {
|
|
value = "${aws_route53_record.root_domain.fqdn}"
|
|
}
|
|
|
|
output "cdn_domain" {
|
|
value = "${aws_cloudfront_distribution.cdn.domain_name}"
|
|
}
|