We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c396388 commit 3720988Copy full SHA for 3720988
docs/index.md
@@ -5,7 +5,7 @@ description: |-
5
Terraform provider for generating SSH key pairs.
6
---
7
8
-# sshkey Provider
+# Provider: sshkey
9
10
The `sshkey` Terraform provider generates SSH key pairs. Only RSA-type keys are
11
currently supported.
docs/resources/rsa_key_pair.md
The rsa_key_pair resource generates an RSA key pair.
-# Resource `sshkey_rsa_key_pair`
+# Resource: sshkey_rsa_key_pair
The `sshkey_rsa_key_pair` resource generates an RSA key pair with the specified
number of bits.
0 commit comments