AWS Key Pair Terraform module
Upstream version 3.0.1
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/key-pair/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| key_pair_arn | — | The key pair ARN | — |
| key_pair_fingerprint | — | The MD5 public key fingerprint as specified in section 4 of RFC 4716 | — |
| key_pair_id | — | The key pair ID | — |
| key_pair_name | — | The key pair name | — |
| private_key_id | — | Unique identifier for this resource: hexadecimal representation of the SHA1 checksum of the resource | — |
| private_key_openssh | — | Private key data in OpenSSH PEM (RFC 4716) format | sensitive |
| private_key_pem | — | Private key data in PEM (RFC 1421) format | sensitive |
| public_key_fingerprint_md5 | — | The fingerprint of the public key data in OpenSSH MD5 hash format, e.g. `aa:bb:cc:....` Only available if the selected private key format is compatible, similarly to `public_key_openssh` and the ECDSA P224 limitations | — |
| public_key_fingerprint_sha256 | — | The fingerprint of the public key data in OpenSSH SHA256 hash format, e.g. `SHA256:....` Only available if the selected private key format is compatible, similarly to `public_key_openssh` and the ECDSA P224 limitations | — |
| public_key_openssh | — | The public key data in "Authorized Keys" format. This is populated only if the configured private key is supported: this includes all `RSA` and `ED25519` keys | — |
| public_key_pem | — | Public key data in PEM (RFC 1421) format | — |