Skip to content

Commit 81713e5

Browse files
committed
fix: restore output variable
The intent of this commit is to perform some debugging in a pre-commit hook introduced to kick in TF validation.
1 parent 215baec commit 81713e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# output "acm_certificate_validation_arn" {
2-
# description = "The ARN of the validated ACM certificate for HTTPS connections"
3-
# value = module.ssl.acm_certificate_validation_arn
4-
# }
1+
output "acm_certificate_validation_arn" {
2+
description = "The ARN of the validated ACM certificate for HTTPS connections"
3+
value = module.ssl.acm_certificate_validation_arn
4+
}

0 commit comments

Comments
 (0)