We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcb2ef commit 43b9f8eCopy full SHA for 43b9f8e
outputs.tf
@@ -5,7 +5,7 @@ output "certificate_arn" {
5
6
output "certificate_domains" {
7
description = "List of domain names covered by the certificate"
8
- value = concat([aws_acm_certificate.self.domain_name], aws_acm_certificate.self.subject_alternative_names)
+ value = concat([aws_acm_certificate.self.domain_name], tolist(aws_acm_certificate.self.subject_alternative_names))
9
}
10
11
output "certificate_domain_validation_options" {
0 commit comments