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