Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ssh_key_pair module

Create a new ssh keypair and upload it to aws

Requirements

Name Version
terraform ~> 1.3
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Providers

Name Version
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
aws_key_pair.ssh_key_pair resource
time_static.last_update resource

Inputs

Name Description Type Default Required
customer Customer applied to this instance string "" no
name Name applied to this instance string "" no
public_key Public key content string n/a yes
tags Tags applied to this instance map(string)
{
"ManagedBy": "terraform"
}
no

Outputs

Name Description
key_name name of the ssh keypair uploaded
ssh_key_fingerprint fingerprint of the ssh keypair uploaded