Create a new ssh keypair and upload it to aws
| Name | Version |
|---|---|
| terraform | ~> 1.3 |
| aws | >= 4.67.0, < 5.0.0 |
| time | ~> 0.9.1 |
| Name | Version |
|---|---|
| aws | >= 4.67.0, < 5.0.0 |
| time | ~> 0.9.1 |
No modules.
| Name | Type |
|---|---|
| aws_key_pair.ssh_key_pair | resource |
| time_static.last_update | resource |
| 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) |
{ |
no |
| Name | Description |
|---|---|
| key_name | name of the ssh keypair uploaded |
| ssh_key_fingerprint | fingerprint of the ssh keypair uploaded |