Skip to content

Commit a034d16

Browse files
author
Sohan
authored
Update outputs.tf
1 parent 6be7de3 commit a034d16

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ output "arn" {
1111
description = "The ARN of the Certificate."
1212
}
1313

14-
output "domain_validation_options" {
15-
value = var.import_certificate ? join("", aws_acm_certificate.import-cert.*.domain_validation_options) : join("", aws_acm_certificate.cert.*.domain_validation_options)
16-
description = "The domain validation option of the Certificate."
17-
}
18-
1914
output "tags" {
2015
value = module.labels.tags
2116
description = "A mapping of tags to assign to the resource."

0 commit comments

Comments
 (0)