From f09a5661cfec1239615a67d1143493dd7fa1b5f2 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Sat, 27 Feb 2016 04:37:41 -0800 Subject: [PATCH] tls_self_signed_cert reference subject doc from tls_cert_request tls_self_signed_cert is really just a shorthand over tls_cert_request and tls_locally_signed_cert, so rather than duplicating all of this documentation and risking that it will get out of sync (since the structure is shared in the implementation) we'll just link to the existing docs. This fixes #5343. --- website/source/docs/providers/tls/r/self_signed_cert.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/tls/r/self_signed_cert.html.md b/website/source/docs/providers/tls/r/self_signed_cert.html.md index 8f552e472..bc5a2b7a0 100644 --- a/website/source/docs/providers/tls/r/self_signed_cert.html.md +++ b/website/source/docs/providers/tls/r/self_signed_cert.html.md @@ -62,8 +62,9 @@ The following arguments are supported: an irreversable secure hash of the private key will be stored in the Terraform state. -* `subject` - (Required) The subject for which a certificate is being requested. This is - a nested configuration block whose structure is described below. +* `subject` - (Required) The subject for which a certificate is being requested. + This is a nested configuration block whose structure matches the + corresponding block for [`tls_cert_request`](cert_request.html). * `validity_period_hours` - (Required) The number of hours after initial issuing that the certificate will become invalid.