We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215baec commit 81713e5Copy full SHA for 81713e5
1 file changed
infra-ecs/deployment/ssl/outputs.tf
@@ -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
-# }
+output "acm_certificate_validation_arn" {
+ description = "The ARN of the validated ACM certificate for HTTPS connections"
+ value = module.ssl.acm_certificate_validation_arn
+}
0 commit comments