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 6be7de3 commit a034d16Copy full SHA for a034d16
outputs.tf
@@ -11,11 +11,6 @@ output "arn" {
11
description = "The ARN of the Certificate."
12
}
13
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
-
19
output "tags" {
20
value = module.labels.tags
21
description = "A mapping of tags to assign to the resource."
0 commit comments