You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Unique identifier for this resource: hexadecimal representation of the SHA1 checksum of the resource"
}
output "public_key_openssh" {
value = module.keypair[*].public_key_openssh
description = "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"
}
output "public_key_pem" {
value = module.keypair[*].public_key_pem
description = "Public key data in PEM (RFC 1421) format"