Skip to content

Commit f09a566

Browse files
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 hashicorp#5343.
1 parent 785deed commit f09a566

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

website/source/docs/providers/tls/r/self_signed_cert.html.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ The following arguments are supported:
6262
an irreversable secure hash of the private key will be stored in the Terraform
6363
state.
6464

65-
* `subject` - (Required) The subject for which a certificate is being requested. This is
66-
a nested configuration block whose structure is described below.
65+
* `subject` - (Required) The subject for which a certificate is being requested.
66+
This is a nested configuration block whose structure matches the
67+
corresponding block for [`tls_cert_request`](cert_request.html).
6768

6869
* `validity_period_hours` - (Required) The number of hours after initial issuing that the
6970
certificate will become invalid.

0 commit comments

Comments
 (0)