We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf0242 commit dd41fceCopy full SHA for dd41fce
outputs.tf
@@ -1,6 +1,6 @@
1
output "this_acm_certificate_arn" {
2
description = "The ARN of the certificate"
3
- value = element(concat(aws_acm_certificate.this.*.arn, [""]), 0)
+ value = element(concat(aws_acm_certificate_validation.this.*.certificate_arn, aws_acm_certificate.this.*.arn, [""]), 0)
4
}
5
6
output "this_acm_certificate_domain_validation_options" {
0 commit comments