mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
No EOL
196 B
HCL
7 lines
No EOL
196 B
HCL
output "cloudfront_domain_name" {
|
|
value = aws_cloudfront_distribution.this.domain_name
|
|
}
|
|
|
|
output "certificate_validation_records" {
|
|
value = aws_acm_certificate.this.domain_validation_options
|
|
} |