Skip to content

Commit 43b9f8e

Browse files
committed
Support aws provider version 3
1 parent 2dcb2ef commit 43b9f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output "certificate_arn" {
55

66
output "certificate_domains" {
77
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)
8+
value = concat([aws_acm_certificate.self.domain_name], tolist(aws_acm_certificate.self.subject_alternative_names))
99
}
1010

1111
output "certificate_domain_validation_options" {

0 commit comments

Comments
 (0)