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
NameTypeDescriptionSensitive
key_pair_arnThe key pair ARN
key_pair_fingerprintThe MD5 public key fingerprint as specified in section 4 of RFC 4716
key_pair_idThe key pair ID
key_pair_nameThe key pair name
private_key_idUnique identifier for this resource: hexadecimal representation of the SHA1 checksum of the resource
private_key_opensshPrivate key data in OpenSSH PEM (RFC 4716) formatsensitive
private_key_pemPrivate key data in PEM (RFC 1421) formatsensitive
public_key_fingerprint_md5The 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_sha256The 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_opensshThe 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_pemPublic key data in PEM (RFC 1421) format