Difference between revisions of "Terraform resource: aws key pair"

From wikieduonline
Jump to navigation Jump to search
Line 17: Line 17:
 
* <code>[[aws ec2 create-key-pair]]</code>
 
* <code>[[aws ec2 create-key-pair]]</code>
 
* <code>[[ssh-keygen -t]] ed25519 -f ~/.ssh/your_new_ed25519_key</code>
 
* <code>[[ssh-keygen -t]] ed25519 -f ~/.ssh/your_new_ed25519_key</code>
 +
* <code>[[Error: Incorrect attribute value type]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 19:27, 31 January 2023


resource "aws_key_pair" "deployer" {
  key_name   = "deployer-key"
  public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3F6tyPEFEzV0LX3X8BsXdMsQz1x2cEikKDEY0aIj41qgxMCP/iteneqXSIFZBp5vizPvaoIR3Um9xK7PGoW8giupGn+EPuxIA4cDM4vzOqOkiMPhz5XK0whEjkVzTo4+S0puvDZuwIsdiW9mxhJc7tgBNL0cYlWSYVkz4G/fslNfRPW5mYAM49f4fhtxPb5ok4Q2Lg9dPKVHO/Bgeu5woMc7RY0p1ej6D4CKFE6lymSDJpW0YHX/wqE9+cfEauh7xZcG0q9t2ta6F6fmX0agvpFyZo8aFbXeUBr7osSCJNgvavWbM/06niWrOvYX2xwWdhXmXSrbX8ZbabVohBK41 [email protected]"
}


Related

See also

Advertising: